Skip to content

Function reciprocal

function reciprocal(const T &) simd

template <typename T>
constexpr KFR_INTRINSIC T reciprocal(const T& x) { … }

Multiplicative inverse of x .

Fully qualified name: kfr::reciprocal(const T &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.