#include "f2c.h"
Include dependency graph for erfc_.c:
Go to the source code of this file.
Definition at line 10 of file erfc_.c.
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: