-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Round Human friendly numbers less than 1000
When human friendly flag is true numbers less than 1k (1000) are not rounded. Ex: n = 123.456789 d = 2 Output: 123.456789 <--- Error Expected: 123.45
- Loading branch information
1 parent
36a3149
commit 83c8a93
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters