cc [ flags ] -I/usr/local/include file(s) -L/usr/local/lib -lmcw [ ... ] #include <mathcw.h> extern float elqcf (float k); extern double elqc (double k); extern long double elqcl (long double k); extern __float80 elqcw (__float80 k); extern __float128 elqcq (__float128 k); extern long_long_double elqcll (long_long_double k); extern decimal_float elqcdf (decimal_float k); extern decimal_double elqcd (decimal_double k); extern decimal_long_double elqcdl (decimal_long_double k); extern decimal_long_long_double elqcdll (decimal_long_long_double k);
NB: Functions with prototypes containing underscores in type names may be available only with certain extended compilers.
See M. Abramowitz & I. A. Stegun, Handbook of Mathematical Functions, Chapter 16, for definitions of the Jacobian elliptic, theta, and zeta functions.