-
Notifications
You must be signed in to change notification settings - Fork 19.8k
bug with quantityExponent #11249
Copy link
Copy link
Closed
Labels
bugdifficulty: easyIssues that can be fixed more easily than the average.Issues that can be fixed more easily than the average.enThis issue is in EnglishThis issue is in Englishpriority: high
Milestone
Description
Version
4.3.0
Reproduction link
Steps to reproduce
quantityExponent has bug with quantityExponent(1000)
What is expected?
quantityExponent(1000) is expected to be 3
What is actually happening?
quantityExponent(1000) = 2
I recommend using Math.log10(val) instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugdifficulty: easyIssues that can be fixed more easily than the average.Issues that can be fixed more easily than the average.enThis issue is in EnglishThis issue is in Englishpriority: high