package owl-base
Install
Dune Dependency
Authors
Maintainers
Sources
md5=b78de667bc02e232beb321e0d7e11347
sha512=0bb8dbeef6f762660f1bf5eaf9e4b96a9af3956fadf15a8000f99d9a676a0b6e32870d29d74bc4a87eab6967cc27ecfca82d42b9d9e682b1937dc15121f8f298
doc/owl-base/Owl_const/index.html
Module Owl_const
Source
Metric system: CGS, MKS, SI, and physical constants.
Values of physical constants CGS < MKS < SI. Read wikipedia on CGS and SI system for more details.
International System of Units (French: Système international d'unités, SI), historically also called the MKSA system of units for metre–kilogram–second–ampere.
The SI system of units extends the MKS system and has 7 base units, by expressing any measurement of physical quantities using fundamental units of Length, Mass, Time, Electric Current, Thermodynamic Temperature, Amount of substance and Luminous Intensity, which are Metre, Kilogram, Second, Ampere, Kelvin, Mole and Candela respectively.
http://www.npl.co.uk/upload/pdf/units-of-measurement-poster.pdf
Maths constants
e = 2.718281828459045235360287471352662498
euler = 0.577215664901532860606512090082402431
log2e = 1.442695040888963407359924681001892137
log10e = 0.434294481903251827651128918916605082
loge2 = 0.693147180559945309417232121458176568
loge10 = 2.302585092994045684017991454684364208
logepi = 1.144729885849400174143427351353058711
sqrt1_2 = 0.707106781186547524400844362104849039
sqrt2 = 1.414213562373095048801688724209698079
sqrt3 = 1.732050807568877293527446341505872366
sqrtpi = 1.772453850905516027298167483341145182
pi = 3.141592653589793238462643383279502884
pi2 = 6.283185307179586476925286766559005768
pi4 = 12.56637061435917295385057353311801153
pi_2 = 1.570796326794896619231321691639751442
pi_4 = 0.785398163397448309615660845819875721
eps = 1e-15
Constants depending on Bigarray kind
``zero kind`` returns value zero of the given number type ``kind``.
``one kind`` returns value one of the given number type ``kind``.
``neg_one kind`` returns negative one of the given number type ``kind``.
``pos_inf kind`` returns positive infinity of the given number type ``kind``.
``neg_inf kind`` returns negative infinity of the given number type ``kind``.
Miminum value of single precision float number, i.e. ~-.340282346638528859811704183484516925440.0
Maximum value of single precision float number, i.e. 340282346638528859811704183484516925440.0
Miminum value of double precision float number.
Maximum value of double precision float number.