Utkarsh Tiwari

Results 2 issues of Utkarsh Tiwari

**Describe the bug** If I enter `4.1M` in CurrencyInput field, it returns `NaN.1`. Same happens for `4.11M`, `4.1B`, `4.11B`, where M and B are Million and Billion. **To Reproduce** Steps...

Stale

Fixes #407 Problem: `4.1M` displayed as `£NaN.1` due to JS floating-point precision errors. Solution: - Created `safeMultiply` utility using integer arithmetic - Fixed `parseAbbrValue` and `cleanValue` to use safe multiplication...