tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | nextafter (double from, double to) noexcept -> double |
Returns the next representable value of from in the direction of to. If from equals to, to is returned. | |
constexpr auto | nextafter (float from, float to) noexcept -> float |
Returns the next representable value of from in the direction of to. If from equals to, to is returned. | |
constexpr auto | nextafterf (float from, float to) noexcept -> float |
Returns the next representable value of from in the direction of to. If from equals to, to is returned. | |