how to avoid rounding?
See original GitHub issuevar string = numeral(2.567).format('0,0.00');
// '2.57'
I don’t want a rounding,I need to throw away the last digit,so the result should be 2.56.
so,how should I config it?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Stop showing rounded numbers - Microsoft Support
To stop rounding the number in the cell, click the Increase Decimal button Button image on the Home tab until you reach the...
Read more >How to Stop Excel From Rounding? 4 Easy Ways - Simon Sez IT
You can also prevent rounding the numbers in Excel by changing the decimal places. Consider a number having an 18-digit value. If you...
Read more >How to avoid rounding errors while calculating in Excel?
Avoid rounding errors by setting decimal place · 1. Select the cells which contain formulas, and then right-click to select Format Cells from...
Read more >How to Prevent Rounding in Excel & Google Sheets
The fastest way to avoid rounding numbers with General formatting is to manually change the width of the column. To do that just...
Read more >How to Get Excel to Stop Rounding Your Numbers | Excelchat
Stop Excel From Rounding Large Numbers ; 346003617942512000, ; Ctrl + 1 to launch the ; Format Cells dialog box. Select the format...
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 Free
Top 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

could you add an option to config the rounding behavior?
check this for help: https://github.com/adamwdraper/Numeral-js/issues/505