summaryrefslogtreecommitdiff
path: root/src/math/lroundf.c
blob: 135ba5834a6c2cb9e88a7706d0ff088eebeed061 (plain) (blame)
1
2
3
4
5
6
7
8
#define type            float
#define roundit         roundf
#define dtype           long
#define DTYPE_MIN       LONG_MIN
#define DTYPE_MAX       LONG_MAX
#define fn              lroundf

#include "lround.c"