Static Readonly CSQRT2The cube root of 2 (approximately 1.25992). Can be used in calculations involving exponential functions and logarithms.
Static Readonly CSQRT3The cube root of 3 (approximately 1.44225). Can be used in calculations involving exponential functions and logarithms.
Static Readonly DELTAA small value used for comparing floating-point numbers. Can be used for precision comparisons in mathematical calculations.
Static Readonly EThe mathematical constant e (approximately 2.71828). Can be used for calculations involving exponential growth and decay.
Static Readonly GOLDEN_The golden ratio (approximately 1.61803). Can be used in calculations involving aesthetics, design, and proportions.
Static Readonly PIThe mathematical constant pi (approximately 3.14159). Can be used for calculations involving circles, angles, and trigonometry.
Static Readonly SILVER_The silver ratio (approximately 2.41421). Can be used in calculations involving aesthetics, design, and proportions.
Static Readonly SQRT1_The square root of 1/2 (approximately 0.70711). Can be used in calculations involving scaling and normalization.
Static Readonly SQRT2The square root of 2 (approximately 1.41421). Can be used in calculations involving right triangles and diagonal lengths.
Static Readonly SQRT3The square root of 3 (approximately 1.73205). Can be used in calculations involving equilateral triangles and hexagons.
Static Readonly SQRT5The square root of 5 (approximately 2.23607). Can be used in calculations involving the golden ratio and Fibonacci numbers.
Static Readonly SUPER_The super golden ratio (approximately 1.46557). Can be used in calculations involving aesthetics and design.
Static Readonly TAUThe mathematical constant tau, which is equal to 2 * pi (approximately 6.28318). Can be used as a more convenient representation of the circle constant.
Static Readonly TWELFTH_The twelfth root of 12 (approximately 1.05946). Can be used in calculations involving musical intervals and pitch ratios.
Generated using TypeDoc
A class that contains various mathematical constants.