1#ifndef _RHEOLEF_ROUNDER_H
2#define _RHEOLEF_ROUNDER_H
23#include "rheolef/compiler.h"
34 if (1+value == 1) value =
T(0);
44 if (1+value == 1) value =
T(0);
54 if (1+value == 1) value =
T(0);
This file is part of Rheolef.
rounder_type< T > rounder(const T &prec)
floorer_type< T > floorer(const T &prec)
ceiler_type< T > ceiler(const T &prec)
T operator()(const T &x) const
ceiler_type(const T &prec)
T operator()(const T &x) const
floorer_type(const T &prec)
rounder_type(const T &prec)
T operator()(const T &x) const