Version 0 of Special functions

Updated 2010-03-18 11:05:11 by arjen

Arjen Markus (19 march 2010) Some time ago I found a library for evaluating special mathematical functions, functions like Bessel's J0 and Mathieu functions. I decided to make the functionality of this library available to Tcl programs via my Wrapfort extension ([L1 ]). A first version is now available in that SF project.

See also:

  • Tcllib's math::special package - it contains a fair number of such functions implemented in Tcl
  • The section in the wrapper extension for LAPACK page on this library