derfc_.c File Reference

#include "f2c.h"

Include dependency graph for derfc_.c:

Go to the source code of this file.

Functions

double erfc (double)
double derfc_ (doublereal *x)


Function Documentation

double derfc_ ( doublereal x  ) 

Definition at line 16 of file derfc_.c.

References erfc().

00018 {
00019 #ifdef _MSC_VER
00020         fprintf(stderr,"libf2c: No erf\n");
00021         return (0);
00022 #else
00023 return( erfc(*x) );
00024 #endif
00025 }

Here is the call graph for this function:

double erfc ( double   ) 

Referenced by derfc_(), and erfc_().

Here is the caller graph for this function:


Generated on Sun Mar 4 15:04:13 2007 for Scilab [trunk] by  doxygen 1.5.1