summaryrefslogtreecommitdiffstats
path: root/libf2c/libF77/d_exp.c
blob: b4afe87d01f54097767a085e310008bdc0a874bf (plain)
1
2
3
4
5
6
7
8
#include "f2c.h"

#undef abs
#include <math.h>
double d_exp(doublereal *x)
{
return( exp(*x) );
}
OpenPOWER on IntegriCloud