TemperatureKit helps you calculating temperatures.
import TemperatureKit
let celsius = Temperature(.celsius, value: 32.0)
let fahrenheit = celsius.fahrenheitValue()
let kelvin = celsius.kelvinValue()
Currently supporting transformations for
- Celsius
- Fahrenheit
- Kelvin
Still need more measuremnts of temperature:
- Rankine (°R or °Ra)
- Delisle (°De)
- Newton (°N)
- Réaumur (°R)
- Rømer (°Rø)
- Wedgwood (°W)