Beispiel #1
0
double erfc(double x)
{
  return _erfc(x);
}
Beispiel #2
0
char
float_erfc(floatnum x, int digits)
{
  return chckmathparam(x, digits)? _erfc(x, digits) : 0;
}