summaryrefslogtreecommitdiff
path: root/src/math/llrint.c
blob: c0a40721c45e2ba6760285312fed28772b166726 (plain) (blame)
1
2
3
4
5
6
7
8
#define type            double
#define roundit         rint
#define dtype           long long
#define fn              llrint

#include "lrint.c"