Closed fhunleth closed 6 years ago
In each of these cases, Float.round/2 was immediately followed by a call to round/1. Since both calls were rounding to the nearest integer Float.round/2 wasn't needed.
Thank you 🦄
In each of these cases, Float.round/2 was immediately followed by a call to round/1. Since both calls were rounding to the nearest integer Float.round/2 wasn't needed.