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

5 lines
86 B
C

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