Example #1
0
double erf(double x)
{
  return _erf(x);
}
Example #2
0
char
float_erf(floatnum x, int digits)
{
  return chckmathparam(x, digits)? _erf(x, digits) : 0;
}