derf_.c File Reference

#include "f2c.h"

Include dependency graph for derf_.c:

Go to the source code of this file.

Functions

double erf (double)
double derf_ (doublereal *x)


Function Documentation

double derf_ ( doublereal x  ) 

Definition at line 14 of file derf_.c.

References erf().

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

Here is the call graph for this function:

double erf ( double   ) 

Referenced by derf_(), and erf_().

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