number cannot have an underscore before the decimal point
Numbers like `123_.45`
Remove underscore before the decimal point. Use `3.14` not `3_.14`.