Function fmod¶
function fmod(const T &, const T &) simd¶
template <f_class T>
KFR_INTRINSIC T fmod(const T& x, const T& y) Returns the floating-point remainder of dividing x by y.
| T | Floating-point type. |
| x | Dividend. |
| y | Divisor. |
The remainder of the division x / y. |
Fully qualified name: kfr::fmod(const T &, const T &)
Declared at simd/round.hpp:148
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.