1
0
mirror of https://github.com/diegocr/libnix.git synced 2026-03-16 21:17:24 +00:00
Files
amiga-libnix3/math/__eqdf2.c
2010-07-27 16:58:17 +00:00

12 lines
242 B
C

#include <proto/mathieeedoubbas.h>
#include "stabs.h"
signed long __eqdf2(double x,double y)
{ return IEEEDPCmp(x,y); }
ALIAS(__gedf2,__eqdf2);
ALIAS(__nedf2,__eqdf2);
ALIAS(__gtdf2,__eqdf2);
ALIAS(__ltdf2,__eqdf2);
ALIAS(__ledf2,__eqdf2);