Function fract¶
function fract(const T1 &) simd¶
template <numeric T1>
KFR_INTRINSIC T1 fract(const T1& x) Returns the fractional part of x.
| T1 | Numeric type. |
| x | Input value. |
The fractional part of x. |
Fully qualified name: kfr::fract(const T1 &)
Declared at simd/round.hpp:87
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.