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

extern double erfc (double);

double
G77_derfc_0 (doublereal * x)
{
  return (erfc (*x));
}
OpenPOWER on IntegriCloud