Muhammad Rizwan
Muhammad Rizwan
+1 same here
There's no way to check for a valid exponential input unless we have a complete input. To address this, we might want to consider adding a new function or property,...
I think If the input contains the letter 'e' and is a normal number, mask the input field as (RealNumber)E(Integer). ```BASIC if 'e' in input or 'E' in input: if...
Thanks for explanation issue resolved. https://stackblitz.com/edit/proof-of-work-for-exponential-notation
[MikeMcl/big.js](https://github.com/MikeMcl/big.js) cannot work here. Reason: Attempt | Output | Expected --- | --- | --- 1.23.4567 | | 1.234567 123.4567 | 123.4567 | 123.4567 123 | 123 | 123 0.123123...
@microsoft-github-policy-service agree
@rad > I'd like to see a solution that allows for typing an exponential number as well - this only allows for programmatic insertion or copy-pasting into the field. Updated,...