mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-12 03:30:29 +00:00
9 lines
148 B
C
9 lines
148 B
C
#include <proto/mathieeedoubbas.h>
|
|
#include "stabs.h"
|
|
|
|
double trunc(double x)
|
|
{ return IEEEDPFloor(x); }
|
|
|
|
ALIAS(truncf,trunc);
|
|
ALIAS(truncl,trunc);
|