tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | floor (double arg) noexcept -> double |
Computes the largest integer value not greater than arg. | |
constexpr auto | floor (float arg) noexcept -> float |
Computes the largest integer value not greater than arg. | |
constexpr auto | floor (integral auto arg) noexcept -> double |
Computes the largest integer value not greater than arg. | |
constexpr auto | floor (long double arg) noexcept -> long double |
Computes the largest integer value not greater than arg. | |
constexpr auto | floorf (float arg) noexcept -> float |
Computes the largest integer value not greater than arg. | |
constexpr auto | floorl (long double arg) noexcept -> long double |
Computes the largest integer value not greater than arg. | |