Liking cljdoc? Tell your friends :D

brewtility.units

Namespace for converting between different units of measure

Namespace for converting between different units of measure
raw docstring

celsius->fahrenheitclj/s

(celsius->fahrenheit temp)
source

celsius->kelvinclj/s

(celsius->kelvin temp)
source

celsius->temperature-measurementclj/s

source

convert-temperatureclj/s

(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`.
sourceraw docstring

convert-volumeclj/s

(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`.
sourceraw docstring

convert-weightclj/s

(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`.
sourceraw docstring

fahrenheit->celsiusclj/s

(fahrenheit->celsius temp)
source

kelvin->celsiusclj/s

(kelvin->celsius temp)
source

kilogram->weight-measurementclj/s

(kilogram->weight-measurement measurement-name)
source

liter->volume-measurementclj/s

(liter->volume-measurement measurement-name)
source

temperature-measurement->celsiusclj/s

source

volume-measurement->litreclj/s

source

weight-measurement->kilogramclj/s

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close