|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| constexpr auto | remainder (double x, double y) noexcept -> double |
| Computes the remainder of the floating point division operation x/y. | |
| constexpr auto | remainder (float x, float y) noexcept -> float |
| template<integral Int> | |
| constexpr auto | remainder (Int x, Int y) noexcept -> double |
| Computes the remainder of the floating point division operation x/y. | |
| constexpr auto | remainder (long double x, long double y) noexcept -> long double |
| Computes the remainder of the floating point division operation x/y. | |
| constexpr auto | remainderf (float x, float y) noexcept -> float |
| Computes the remainder of the floating point division operation x/y. | |
| constexpr auto | remainderl (long double x, long double y) noexcept -> long double |
| Computes the remainder of the floating point division operation x/y. | |