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

5 lines
86 B
C

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