Closed isentropic closed 3 years ago
Fixes https://github.com/JuliaGraphics/Showoff.jl/issues/37 I had no idea that precision could be negative and that's normal. My assumption was that the precision is strictly positive
Originally I added this assertion because I thought that precision is ill-defined when negative. I was wrong, negative precision just means something different.
Fixes https://github.com/JuliaGraphics/Showoff.jl/issues/37 I had no idea that precision could be negative and that's normal. My assumption was that the precision is strictly positive