Follow up for https://github.com/dotnet/runtime/pull/47666/files#r569703812
Tests need to be added for at least:
- Simple floating point number starting with a
.. For ex: .234
- Simple floating point number with a
. as it's last digit.
- Floating point number with a
. at single/double/half/decimal.MaxDigitCount
- Floating point number with a
. after single/double/half/decimal.MaxDigitCount
- More nuanced floating point numbers that involve trailing zeros, rounding and precision concerns.