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
Documentation says: The default format is '.6f'. While this can be considered as a feature, I would prefer to be compatible with CPython floats here (in short, in CPython default is almost same as 'g').
With 'f' it's easy to demolish significand to dust:
Documentation says: The default format is '.6f'. While this can be considered as a feature, I would prefer to be compatible with CPython floats here (in short, in CPython default is almost same as 'g').
With 'f' it's easy to demolish significand to dust:
The text was updated successfully, but these errors were encountered: