summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/erfc_.c
blob: 7f3ff8a5dbddb45b858b1a9aa09058e2b8fef38a (plain)
1
2
3
4
5
6
7
8
#include "f2c.h"

extern double erfc (double);
double
G77_erfc_0 (real * x)
{
  return (erfc (*x));
}
OpenPOWER on IntegriCloud