You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard formatter outputs the incorrect precision for zero and negative zero due to the specialStr function not taking the specified precision into account and always outputting 0.0 and -0.0.
I have added tests in #638 that find this bug and #636 fixes this bug.
The text was updated successfully, but these errors were encountered:
The
standard
formatter outputs the incorrect precision for zero and negative zero due to thespecialStr
function not taking the specified precision into account and always outputting0.0
and-0.0
.I have added tests in #638 that find this bug and #636 fixes this bug.
The text was updated successfully, but these errors were encountered: