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.
| T | The numeric type. |
Fully qualified name: kfr::c_neginfinity
Declared at simd/constants.hpp:322
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.