43constexpr auto ceil(T x) -> T {
Namespace of constexpr variables and functions.
constexpr auto trunc(T x) -> T
Truncate the decimal part of a number x.
constexpr auto ceil(T x) -> T
Calculate the smallest integer not less than x, .
Definition of trunc function.