diff options
Diffstat (limited to 'contrib/libf2c/libF77/derfc_.c')
-rw-r--r-- | contrib/libf2c/libF77/derfc_.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/libf2c/libF77/derfc_.c b/contrib/libf2c/libF77/derfc_.c new file mode 100644 index 0000000..78e8e88 --- /dev/null +++ b/contrib/libf2c/libF77/derfc_.c @@ -0,0 +1,9 @@ +#include "f2c.h" + +extern double erfc (double); + +double +G77_derfc_0 (doublereal * x) +{ + return (erfc (*x)); +} |