C++ Mathematical Expression Toolkit (ExprTk) release
|
Variables | |
static const complex_t | e = complex_t( 2.718281828459045235360) |
static const complex_t | pi = complex_t( 3.141592653589793238462) |
static const complex_t | pi_2 = complex_t( 1.570796326794896619231) |
static const complex_t | pi_4 = complex_t( 0.785398163397448309616) |
static const complex_t | pi_180 = complex_t( 0.017453292519943295769) |
static const complex_t | _1_pi = complex_t( 0.318309886183790671538) |
static const complex_t | _2_pi = complex_t( 0.636619772367581343076) |
static const complex_t | _180_pi = complex_t(57.295779513082320876798) |
static const complex_t | log2 = complex_t( 0.693147180559945309417) |
static const complex_t | sqrt2 = complex_t( 1.414213562373095048801) |
Definition at line 169 of file complex_type.hpp.
Referenced by cmplx::r2d().
Definition at line 167 of file complex_type.hpp.
Definition at line 168 of file complex_type.hpp.
Definition at line 162 of file complex_type.hpp.
Referenced by exprtk::details::numeric::details::const_e_impl().
Definition at line 170 of file complex_type.hpp.
Referenced by cmplx::log2().
Definition at line 163 of file complex_type.hpp.
Referenced by exprtk::details::numeric::details::const_pi_impl().
Definition at line 166 of file complex_type.hpp.
Referenced by cmplx::d2r().
Definition at line 164 of file complex_type.hpp.
Definition at line 165 of file complex_type.hpp.
Definition at line 171 of file complex_type.hpp.