Skip to content

0.3.6 release

Compare
Choose a tag to compare
@RobTillaart RobTillaart released this 18 Feb 09:26
· 2 commits to master since this release
89155e6
add absoluteHumidity + boiling functions (#20)

- add **absoluteHumidity(TC, RH)** from relative humidity
- add **boilingFahrenheit(feet)** boiling temperature Fahrenheit at height in feet.
- add **boilingCelsius(meter)** boiling temperature Celsius at height in meter.
- add **boilingMeter(Celsius)** inverse function of above.
- add example
- update keywords.txt
- update readme.md
- update GitHub actions
- update license 2023
- minor edits