summaryrefslogtreecommitdiff
path: root/src/math/islessequal.c
blob: 97ded436612c8e2b5340778727c519c2ad0d3262 (plain)
1
2
3
4
5
6
7
#include <math.h>
#define islessequal(x,y)                                            ((x) <= (y))

/*
STDC(199901)
LINK(m)
*/