Variable c_sqrt_2¶
variable c_sqrt_2 simd¶
template <typename T, int m = 1, int d = 1>
constexpr inline subtype<T> c_sqrt_2 = subtype<T>(1.4142135623730950488016887242097 * m / d) The square root of 2 (√2), scaled by m/d.
| T | The numeric type. |
| m | Numerator multiplier (default is 1). |
| d | Denominator divisor (default is 1). |
Fully qualified name: kfr::c_sqrt_2
Declared at simd/constants.hpp:366
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.