package owl-base
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=fb0578965c71b473315cc5b6aaffae79905dc0056926645faf1b5d80ed4041f1
md5=8693a75e8ee06c0ea000543ed9733359
doc/owl-base/Owl_const/index.html
Module Owl_const
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
Constants depending on Bigarray kind
val zero : ('a, 'b) Bigarray.kind -> 'a``zero kind`` returns value zero of the given number type ``kind``.
val one : ('a, 'b) Bigarray.kind -> 'a``one kind`` returns value one of the given number type ``kind``.
val neg_one : ('a, 'b) Bigarray.kind -> 'a``neg_one kind`` returns negative one of the given number type ``kind``.
val pos_inf : ('a, 'b) Bigarray.kind -> 'a``pos_inf kind`` returns positive infinity of the given number type ``kind``.
val neg_inf : ('a, 'b) Bigarray.kind -> 'a``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
Unit prefixes
module Prefix : sig ... endSI: International System of Units
module SI : sig ... endMKS: MKS system of units
module MKS : sig ... endCGS: Centimetre–gram–second system of units
module CGS : sig ... endCGSM: Unit Systems in Electromagnetism
module CGSM : sig ... end