Feature request: significant figures
See original GitHub issueThis was requested in #117, which was closed by #127 that provides padding instead of significant figures.
Significant figures are useful. Let’s say you want to see 1.34GB
instead of 1GB
but don’t want to see 724.16MB
instead of 724MB
.
For instance, GitHub Releases is using significant figures:
I open this issue because #117 is closed. A new issue is good for tracking its status and making potential contributors aware of it.
https://github.com/avoidwork/filesize.js/issues/117#issuecomment-863161844
I know we need a PR or there won’t be this feature, so I’m not requesting the maintainer to provide this feature 😃
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Rounding to significant figures - feature request for math library
The python standard library doesn't have any function (that I am aware of) to round a number to a number of significant figures....
Read more >How to Collect and Manage Feature Requests in SaaS
In this article, we'll cover several methods for collecting and managing feature requests to meet customer expectations for your SaaS.
Read more >Increase your chances of a successful feature request
Increasing your chances of a successful feature request! Insights. At yieldHUB we find that our best innovations come from customer requests.
Read more >Specify number of significant figures, not just decimal places.
Have the option to display a specified number of significant figures instead of number of decimal places.
Read more >Displaying more significant figures on worksheet trends ...
I'm trying to display large values with more significant figures. For instance, annual reporting of large quantities via scorecard only ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The implementatiomn doesn’t seem to be working at all.
Thanks for implementing this. I’m now using the precision option alone and it works fine.