diff options
Diffstat (limited to 'src/math/llround.c')
-rw-r--r-- | src/math/llround.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/math/llround.c b/src/math/llround.c new file mode 100644 index 00000000..c11fc3ba --- /dev/null +++ b/src/math/llround.c @@ -0,0 +1,10 @@ +#define type double +#define roundit round +#define dtype long long +#define DTYPE_MIN LLONG_MIN +#define DTYPE_MAX LLONG_MAX +#define fn llround + +#include "lround.c" + + |