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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto fmod (double x, double y) noexcept -> double
 Computes the floating-point remainder of the division operation x/y.
 
constexpr auto fmod (float x, float y) noexcept -> float
 Computes the floating-point remainder of the division operation x/y.
 
constexpr auto fmod (long double x, long double y) noexcept -> long double
 Computes the floating-point remainder of the division operation x/y.
 
constexpr auto fmodf (float x, float y) noexcept -> float
 Computes the floating-point remainder of the division operation x/y.
 
constexpr auto fmodl (long double x, long double y) noexcept -> long double
 Computes the floating-point remainder of the division operation x/y.