Namespace for converting between different units of measure
Namespace for converting between different units of measure
(convert-temperature temp source-measurement target-measurement)
Given a temp
in source-measurement
, convert it to the target-measurement
.
Given a `temp` in `source-measurement`, convert it to the `target-measurement`.
(convert-volume volume source-measurement target-measurement)
Given a volume
in source-measurement
, convert it to the target-measurement
.
Given a `volume` in `source-measurement`, convert it to the `target-measurement`.
(convert-weight weight source-measurement target-measurement)
Given a weight
in source-measurement
, convert it to the target-measurement
.
Given a `weight` in `source-measurement`, convert it to the `target-measurement`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close