summaryrefslogtreecommitdiff
path: root/src/math/lrintf.c
blob: caed7ca5e4f56a5019f4cb76190e1e971b33cf13 (plain) (blame)
1
2
3
4
5
6
#define type            float
#define roundit         rintf
#define dtype           long
#define fn              lrintf

#include "lrint.c"