| 177 | |
| 178 | |
| 179 | float WindChill_C_mps(const float Celsius, const float meterPerSecond, const bool convert) |
| 180 | { |
| 181 | return WindChill_C_kmph(Celsius, meterPerSecond * 3.6, convert); |
| 182 | } |
| 183 | |
| 184 | |
| 185 | // https://www.engineeringtoolbox.com/air-altitude-pressure-d_462.html |