JuliaGraphics / Showoff.jl

Nicely format an array of n things for tables and plots
Other
8 stars 12 forks source link

precision could be negative #38

Closed isentropic closed 3 years ago

isentropic commented 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

isentropic commented 3 years ago

Originally I added this assertion because I thought that precision is ill-defined when negative. I was wrong, negative precision just means something different.