Exemplo n.º 1
0
double erf(double x)
{
  return _erf(x);
}
Exemplo n.º 2
0
char
float_erf(floatnum x, int digits)
{
  return chckmathparam(x, digits)? _erf(x, digits) : 0;
}