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