OSDN Git Service

b4afe87d01f54097767a085e310008bdc0a874bf
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / d_exp.c
1 #include "f2c.h"
2
3 #undef abs
4 #include <math.h>
5 double d_exp(doublereal *x)
6 {
7 return( exp(*x) );
8 }