Steps to Reproduce
- Open number input field, like in constant combinator
- Enter "1e+5"
Either of those:
- The result value is 10,000 (1 * 10⁵)
- The result value is 6 (1 * 10⁰ + 5)
- The result value is 5 (ignored + 5)
- The result value is 0
See Also
Click to expand the recording