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