first commit of the new libm!
[musl] / src / math / llrint.c
1 #define type            double
2 #define roundit         rint
3 #define dtype           long long
4 #define fn              llrint
5
6 #include "lrint.c"
7
8