Complex Number 0.1.2 |
Elementary complex mathematical functions. More...
Go to the source code of this file.
Namespaces | |
namespace | math |
Math namespace. | |
namespace | complex |
Complex namespace. | |
Defines | |
#define | M_El 2.7182818284590452353602874713526625L |
long double | |
#define | M_LOG2El 1.4426950408889634073599246810018921L |
long double | |
#define | M_LOG10El 0.4342944819032518276511289189166051L |
long double | |
#define | M_LN2l 0.6931471805599453094172321214581766L |
long double | |
#define | M_LN10l 2.3025850929940456840179914546843642L |
long double | |
#define | M_PIl 3.1415926535897932384626433832795029L |
long double | |
#define | M_PI_2l 1.5707963267948966192313216916397514L |
long double | |
#define | M_PI_4l 0.7853981633974483096156608458198757L |
long double | |
#define | M_1_PIl 0.3183098861837906715377675267450287L |
long double | |
#define | M_2_PIl 0.6366197723675813430755350534900574L |
long double | |
#define | M_2_SQRTPIl 1.1283791670955125738961589031215452L |
long double | |
#define | M_SQRT2l 1.4142135623730950488016887242096981L |
long double | |
#define | M_SQRT1_2l 0.7071067811865475244008443621048490L |
long double |
Elementary complex mathematical functions.
This file contains the definitions or function prototypes for elementary complex mathematical functions. It also contains several mathematical constants that are used internally
Definition in file ComplexMath.h.
#define M_1_PIl 0.3183098861837906715377675267450287L |
long double
Constant in long-double format using 128-bit IEEE quad.
Definition at line 162 of file ComplexMath.h.
#define M_2_PIl 0.6366197723675813430755350534900574L |
long double
Constant in long-double format using 128-bit IEEE quad.
Definition at line 174 of file ComplexMath.h.
#define M_2_SQRTPIl 1.1283791670955125738961589031215452L |
long double
Constant in long-double format using 128-bit IEEE quad.
Definition at line 186 of file ComplexMath.h.
#define M_El 2.7182818284590452353602874713526625L |
long double
Constant in long-double format using 128-bit IEEE quad.
Euler's number, e, which can be represented in several ways, one of which follows,
Definition at line 61 of file ComplexMath.h.
#define M_LN10l 2.3025850929940456840179914546843642L |
long double
Constant in long-double format using 128-bit IEEE quad.
Natural logarithm of 10
Definition at line 109 of file ComplexMath.h.
#define M_LN2l 0.6931471805599453094172321214581766L |
long double
Constant in long-double format using 128-bit IEEE quad.
Natural logarithm of 2
Definition at line 97 of file ComplexMath.h.
#define M_LOG10El 0.4342944819032518276511289189166051L |
long double
Constant in long-double format using 128-bit IEEE quad.
Logarithm base 10 of e
Definition at line 85 of file ComplexMath.h.
#define M_LOG2El 1.4426950408889634073599246810018921L |
long double
Constant in long-double format using 128-bit IEEE quad.
Logarithm base 2 of e
Definition at line 73 of file ComplexMath.h.
#define M_PI_2l 1.5707963267948966192313216916397514L |
long double
Constant in long-double format using 128-bit IEEE quad.
Definition at line 138 of file ComplexMath.h.
#define M_PI_4l 0.7853981633974483096156608458198757L |
long double
Constant in long-double format using 128-bit IEEE quad.
Definition at line 150 of file ComplexMath.h.
#define M_PIl 3.1415926535897932384626433832795029L |
long double
Constant in long-double format using 128-bit IEEE quad.
, which is defined as the ratio of a circle's circumference to its diameter,
Definition at line 126 of file ComplexMath.h.
#define M_SQRT1_2l 0.7071067811865475244008443621048490L |
long double
Constant in long-double format using 128-bit IEEE quad.
Definition at line 210 of file ComplexMath.h.
#define M_SQRT2l 1.4142135623730950488016887242096981L |
long double
Constant in long-double format using 128-bit IEEE quad.
Definition at line 198 of file ComplexMath.h.