1#ifndef _RHEOLEF_ROUNDER_H
2#define _RHEOLEF_ROUNDER_H
23#include "rheolef/compiler.h"
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