|
|
|
|
|
by perilunar
1082 days ago
|
|
Not a rounding error in this case, but more to do with the precision of your input device and your screen size. The input angle and the converted temperatures are rounded to the nearest 0.1 degrees, but it is possible to hit 40.0° (I should probably add an option to round to whole degrees.) If you really want to hit an exact number, you can add a query string to the URL. https://degreeswhat.com/?-40 |
|