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: