Owl_constMetric 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
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
module Prefix : sig ... endmodule SI : sig ... endmodule MKS : sig ... endmodule CGS : sig ... endmodule CGSM : sig ... end