strom/rust-dewpoint
Template
1
0
Fork 0
rust-dewpoint/README.md
Thorsten Schubert 5a89ccee26
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial commit
2023-09-09 15:47:43 +02:00

8 lines
304 B
Markdown

Calculate dewpoint given a temperature and humidity.
$ cargo run --release 25.5 63
Finished release [optimized] target(s) in 0.00s
Running `target/release/dpc 25.5 63`
Vapour Pressure: 20.557253 hPa (mbar)
Absolute Humidity: 15.096990 g/m³
Dewpoint: 17.94 °C