Skip to content

Variable c_neginfinity

variable c_neginfinity simd

template <typename T>
constexpr inline subtype<T> c_neginfinity = -std::numeric_limits<subtype<T>>::infinity()

Negative infinity representation.

Template parameters
T The numeric type.

Fully qualified name: kfr::c_neginfinity

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