tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
ceil.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto ceil (double arg) noexcept -> double
 Computes the smallest integer value not less than arg.
 
constexpr auto ceil (float arg) noexcept -> float
 Computes the smallest integer value not less than arg.
 
constexpr auto ceil (integral auto arg) noexcept -> double
 Computes the smallest integer value not less than arg.
 
constexpr auto ceil (long double arg) noexcept -> long double
 Computes the smallest integer value not less than arg.
 
constexpr auto ceilf (float arg) noexcept -> float
 Computes the smallest integer value not less than arg.
 
constexpr auto ceill (long double arg) noexcept -> long double
 Computes the smallest integer value not less than arg.