This module provides an interface to a number of mathematical functions.
Not all functions are provided on all platforms. In particular,
the
A collection of mathematical functions that return floats. Arguments are numbers.
Returns the error function of
erf(X) = 2/sqrt(pi)*integral from 0 to X of exp(-t*t) dt.
A useful number.
As these are the C library, the same limitations apply.