package owl-base
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=4efa33bb2f04fa14f493a3dd9bf4210895ff558d490cf8c3bd1484ba20ff26f3
sha512=1c03d0822a642975ab0b08e621012e17b7b41563196e7c2e93dd2e3338a9b0b37a63c1c6a786b8a40f32f9bd21b4c57f898b12e1b1cdd892b78fe4927e4c35b6
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 ... end
SI: International System of Units
module SI : sig ... end
MKS: MKS system of units
module MKS : sig ... end
CGS: Centimetre–gram–second system of units
module CGS : sig ... end
CGSM: Unit Systems in Electromagnetism
module CGSM : sig ... end