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

#include "lrint.c"