Variable c_e¶
variable c_e simd¶
template <typename T, int m = 1, int d = 1>
constexpr inline subtype<T> c_e = subtype<T>(2.718281828459045235360287471352662 * m / d) The mathematical constant e (Euler's number), 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_e
Declared at simd/constants.hpp:287
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.