Table of Contents

Class MathConstants

Namespace
Garyon.Mathematics
Assembly
Garyon.dll

Provides common math constants.

[ExcludeFromCodeCoverage]
public static class MathConstants
Inheritance
MathConstants
Inherited Members

Fields

Sin30

The value of sin(30 deg).

public const double Sin30 = 0.5

Field Value

double

Sin45

The value of sin(45 deg).

public static readonly double Sin45

Field Value

double

Sin60

The value of sin(60 deg).

public static readonly double Sin60

Field Value

double

Sqrt2

The value of Sqrt(double) of 2.

public static readonly double Sqrt2

Field Value

double

Sqrt3

The value of Sqrt(double) of 3.

public static readonly double Sqrt3

Field Value

double

Tan30

The value of tan(30 deg).

public static readonly double Tan30

Field Value

double

Tan45

The value of tan(45 deg).

public const double Tan45 = 1

Field Value

double

Tan60

The value of tan(60 deg).

public static readonly double Tan60

Field Value

double

TwoPi

The value of 2 * PI.

public const double TwoPi = 6.283185307179586

Field Value

double