erf_.c File Reference

#include "f2c.h"

Include dependency graph for erf_.c:

Go to the source code of this file.

Defines

#define REAL   double

Functions

double erf (double)
REAL erf_ (real *x)


Define Documentation

#define REAL   double

Definition at line 10 of file erf_.c.


Function Documentation

double erf ( double   ) 

REAL erf_ ( real x  ) 

Definition at line 18 of file erf_.c.

References erf().

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

Here is the call graph for this function:


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