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

5 lines
95 B
C

#include <proto/mathieeedoubtrans.h>
double pow(double x,double y)
{ return IEEEDPPow(y,x); }