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

py/parsenum: Fix parsing of floats that are close to subnormal.

Prior to this patch, a float literal that was close to subnormal would
have a loss of precision when parsed.  The worst case was something like
float('10000000000000000000e-326') which returned 0.0.
parent 0c650d42
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment