Skip to content
Snippets Groups Projects
Commit 7417ccfb authored by Damien George's avatar Damien George
Browse files

py/formatfloat: Add ability to format doubles with exponents > 99.

For single prec, exponents never get larger than about 37.  For double
prec, exponents can be larger than 99 and need 3 bytes to format.  This
patch makes the number of bytes needed configurable.

Addresses issue #1772.
parent d3b1f0b6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment