Contains various mathematical constants.

Namespace: Extreme.Mathematics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public NotInheritable Class Constants
C#
public sealed class Constants
Visual C++
public ref class Constants sealed

Remarks

Some real numbers return time and again in mathematical calculations. This class provides pre-calculated values for many of these numbers:
  • Square roots.
  • Logarithms and exponentials.
  • π and its variations: common multiples, square roots and integer powers.
  • Various other mathematical constants with more complicated definitions.

Inheritance Hierarchy

System.Object
  Extreme.Mathematics.Constants