Description Usage Arguments Examples
a function used to calculate a temperature based on wind speed. temperature must be below 70 degrees Fahrenheit.
1 | wind.chill(temp.fahr, wind.speed.mph)
|
temp.fahr |
degrees in Fahrenheit (must be below 70) |
wind.speed.mph |
measured wind speed in miles per hour (mph) |
1 2 | ## wind.chill(40, 15)
## "Wind chill is 31.84 F when wind speed is 15.0 and air temperature is 40.0 F"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.