summaryrefslogtreecommitdiff
path: root/src/mathc99.cc
blob: db710592e4ddbe86687a5f647b7f63196dba65ac (plain)
1
2
3
4
5
#include "mathc99.h"

double found(double a) {
    return a > 0 ? floor(a+0.5) : ceil(a-0.5);
}
contact: Jan Huwald // Impressum