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

5 lines
84 B
C

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