Simple zig example project and template
Find a file Use this template
2024-10-28 09:08:52 +01:00
src Initial commit 2024-10-28 09:08:52 +01:00
.gitignore Initial commit 2024-10-28 09:08:52 +01:00
build.zig Initial commit 2024-10-28 09:08:52 +01:00
build.zig.zon Initial commit 2024-10-28 09:08:52 +01:00
LICENSE Initial commit 2024-10-28 09:08:52 +01:00
README.md Initial commit 2024-10-28 09:08:52 +01:00

Calculate dewpoint given a temperature and humidity.

$ zig build run -- 25.5 63.0
Vapour Pressure:	20.557253 hPa (mbar)
Absolute Humidity:	15.096990 g/m³
Dewpoint:		    17.94 °C