Module OgamlMath.Constants

Contains various useful constants

This module contains some useful constants


Mathematical constants

val pi : float
Approximation of pi = 3.14159265358979323846
val e : float
Approximation of e = 2.71828182845904523536
val pi2 : float
Approximation of pi/2 = 1.57079632679489661923
val pi3 : float
Approximation of pi/3 = 1.047197551196597746153
val pi4 : float
Approximation of pi/4 = 0.785398163397448309616
val ln2 : float
Approximation of ln(2) = 0.693147180559945309417
val ln10 : float
Approximation of ln(10) = 2.30258509299404568402
val sqrt2 : float
Approximation of sqrt(2) = 1.41421356237309504880
val sqrt3 : float
Approximation of sqrt(3) = 1.732050807568877293