summaryrefslogblamecommitdiff
path: root/src/math/llroundf.c
blob: 594ce967f808ddc341bf8e86d763556122a07f59 (plain) (tree)
1
2
3
4
5
6
7
8







                                 
#define type            float
#define roundit         roundf
#define dtype           long long
#define DTYPE_MIN       LLONG_MIN
#define DTYPE_MAX       LLONG_MAX
#define fn              llroundf

#include "lround.c"