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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |