Table of Contents

Class Constant

Namespace
Alis.Core.Aspect.Math.Util
Assembly
Alis.dll

The math constants class

public static class Constant

Inheritance

Inherited Members

Fields

E

Represents the mathematical constant e(2.71828175).

public const float E = 2.7182817

Field Value

float

Epsilon

The epsilon

public const float Epsilon = 1.1920929E-07

Field Value

float

Euler

The euler

public const float Euler = 2.7182817

Field Value

float

Log10E

Represents the log base ten of e(0.4342945).

public const float Log10E = 0.4342945

Field Value

float

Log2E

Represents the log base two of e(1.442695).

public const float Log2E = 1.442695

Field Value

float

Pi

Represents the value of pi(3.14159274).

public const float Pi = 3.1415927

Field Value

float

PiOver2

Represents the value of pi divided by two(1.57079637).

public const float PiOver2 = 1.5707964

Field Value

float

PiOver4

Represents the value of pi divided by four(0.7853982).

public const float PiOver4 = 0.7853982

Field Value

float

Tau

Represents the value of pi times two(6.28318548). This is an alias of TwoPi.

public const float Tau = 6.2831855

Field Value

float

TwoPi

Represents the value of pi times two(6.28318548).

public const float TwoPi = 6.2831855

Field Value

float