amiga-libnix2/sources/math/trans/exp.c

5 lines
84 B
C

#include <proto/mathieeedoubtrans.h>
double exp(double x)
{ return IEEEDPExp(x); }