#include <di/math/functions.h>
|
template<concepts::FloatingPoint T> |
static constexpr auto | operator() (T x, T y) -> T |
|
template<concepts::Integral T> |
static constexpr auto | operator() (T x, T y) -> f64 |
|
◆ operator()() [1/2]
template<concepts::Integral T>
static constexpr auto di::math::detail::Remainder::operator() |
( |
T | x, |
|
|
T | y ) -> f64 |
|
inlinestaticconstexpr |
◆ operator()() [2/2]
template<concepts::FloatingPoint T>
static constexpr auto di::math::detail::Remainder::operator() |
( |
T | x, |
|
|
T | y ) -> T |
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: