• Precision in the assertions

Question related to mission None

 

My code fails the assertions (but not the tests), when my result is off by a very small amount. For example, 159.00000000000003 vs the expected value of 159.

The description says "The result should be given in degrees with precision ±0.1" So the assertions section should be changed to check within that precision.