E.V.E  0.1-beta

Detailed Description

These functions provide scalar and SIMD version of rounding functions.

Convenience header:

#include <eve/function/rounding.hpp>

Variables

constexpr callable_ceil_ eve::ceil = {}
 Callable object computing the ceil operation. More...
 
constexpr callable_floor_ eve::floor = {}
 Callable object computing the floor operation. More...
 
constexpr callable_nearest_ eve::nearest = {}
 Callable object computing the nearest operation. More...
 
constexpr callable_round_ eve::round = {}
 Callable object computing the round operation. More...
 
constexpr callable_significants_ eve::significants = {}
 Callable object computing the significants operation. More...
 
constexpr callable_trunc_ eve::trunc = {}
 Callable object computing the trunc operation. More...