Skip to content

Function fract

function fract(const T1 &) simd

template <numeric T1>
KFR_INTRINSIC T1 fract(const T1& x)

Returns the fractional part of x.

Template parameters
T1 Numeric type.
Parameters
x Input value.
Returns
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.