#include "f2c.h"
Include dependency graph for derfc_.c:
Go to the source code of this file.
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:
Referenced by derfc_(), and erfc_().
Here is the caller graph for this function: