summaryrefslogtreecommitdiff
path: root/src/math/llround.c
blob: c11fc3ba002005f1ccde7ee6b83ea5d365a4aef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
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"