ReactOS 0.4.16-dev-737-g3368adc
corecrt_math_defines.h File Reference
#include <corecrt.h>
Include dependency graph for corecrt_math_defines.h:

Go to the source code of this file.

Macros

#define _MATH_DEFINES_DEFINED
 
#define M_E   2.71828182845904523536
 
#define M_LOG2E   1.44269504088896340736
 
#define M_LOG10E   0.434294481903251827651
 
#define M_LN2   0.693147180559945309417
 
#define M_LN10   2.30258509299404568402
 
#define M_PI   3.14159265358979323846
 
#define M_PI_2   1.57079632679489661923
 
#define M_PI_4   0.785398163397448309616
 
#define M_1_PI   0.318309886183790671538
 
#define M_2_PI   0.636619772367581343076
 
#define M_2_SQRTPI   1.12837916709551257390
 
#define M_SQRT2   1.41421356237309504880
 
#define M_SQRT1_2   0.707106781186547524401
 

Macro Definition Documentation

◆ _MATH_DEFINES_DEFINED

#define _MATH_DEFINES_DEFINED

Definition at line 10 of file corecrt_math_defines.h.

◆ M_1_PI

#define M_1_PI   0.318309886183790671538

Definition at line 31 of file corecrt_math_defines.h.

◆ M_2_PI

#define M_2_PI   0.636619772367581343076

Definition at line 32 of file corecrt_math_defines.h.

◆ M_2_SQRTPI

#define M_2_SQRTPI   1.12837916709551257390

Definition at line 33 of file corecrt_math_defines.h.

◆ M_E

#define M_E   2.71828182845904523536

Definition at line 23 of file corecrt_math_defines.h.

◆ M_LN10

#define M_LN10   2.30258509299404568402

Definition at line 27 of file corecrt_math_defines.h.

◆ M_LN2

#define M_LN2   0.693147180559945309417

Definition at line 26 of file corecrt_math_defines.h.

◆ M_LOG10E

#define M_LOG10E   0.434294481903251827651

Definition at line 25 of file corecrt_math_defines.h.

◆ M_LOG2E

#define M_LOG2E   1.44269504088896340736

Definition at line 24 of file corecrt_math_defines.h.

◆ M_PI

#define M_PI   3.14159265358979323846

Definition at line 28 of file corecrt_math_defines.h.

◆ M_PI_2

#define M_PI_2   1.57079632679489661923

Definition at line 29 of file corecrt_math_defines.h.

◆ M_PI_4

#define M_PI_4   0.785398163397448309616

Definition at line 30 of file corecrt_math_defines.h.

◆ M_SQRT1_2

#define M_SQRT1_2   0.707106781186547524401

Definition at line 35 of file corecrt_math_defines.h.

◆ M_SQRT2

#define M_SQRT2   1.41421356237309504880

Definition at line 34 of file corecrt_math_defines.h.