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

5 lines
83 B
C

#include <proto/mathieeedoubbas.h>
double fabs(double x)
{ return IEEEDPAbs(x); }