module Common:A collection of commonly-used units.sig
..end
This module predefines a number of units that are commonly used when
describing tubular dimensions and epithelial transport properties.
typet =
SIunits.Unit.t
val sec : t
val min : t
val hour : t
val metre : t
val km : t
val cm : t
val mm : t
val um : t
val cm_per_sec : t
val cm_per_min : t
val um_per_sec : t
val um_per_min : t
val mmol_per_cm2_sec : t
val mmol_per_cm2_min : t
val nmol_per_cm2_sec : t
val nmol_per_cm2_min : t
val newton : t
val pascal : t
val kilo_pascal : t
val mmHg : t
val l_per_sec : t
val l_per_min : t
val ml_per_sec : t
val ml_per_min : t
val ul_per_sec : t
val ul_per_min : t
val nl_per_sec : t
val nl_per_min : t
val pl_per_sec : t
val pl_per_min : t
val kelvin : t
val to_celsius : SIunits.Value.t -> float
val to_fahrenheit : SIunits.Value.t -> float
val from_celsius : float -> SIunits.Value.t
val from_fahrenheit : float -> SIunits.Value.t