erfc_.c File Reference

#include "f2c.h"

Include dependency graph for erfc_.c:

Go to the source code of this file.

Defines

#define REAL   double

Functions

double erfc (double)
REAL erfc_ (real *x)


Define Documentation

#define REAL   double

Definition at line 10 of file erfc_.c.


Function Documentation

double erfc ( double   ) 

REAL erfc_ ( real x  ) 

Definition at line 18 of file erfc_.c.

References erfc().

00020 {
00021 #ifdef _MSC_VER 
00022 fprintf(stderr,"libf2c : No erf \n");
00023 return(0);
00024 #else 
00025 return( erfc(*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