first commit of the new libm!
[musl] / src / math / lroundf.c
1 #define type            float
2 #define roundit         roundf
3 #define dtype           long
4 #define DTYPE_MIN       LONG_MIN
5 #define DTYPE_MAX       LONG_MAX
6 #define fn              lroundf
7
8 #include "lround.c"