Top "Number-formatting" questions

Number formatting is the process of converting a numeric value into a string suitable for display.

JTable cell editor number format

I need to show numbers in jTable with exact 2 decimal places. To accomplish this I have created a custom cell …

java swing jtable number-formatting tablecelleditor
Prevent Matlab from rounding output?

Im running a simple script to estimate roots for a function. Everything works great, each iteration of the algorithm prints …

matlab rounding number-formatting newtons-method
How to format a number value in AngularJS ui-grid cell to two decimal?

I'm using Angularjs ui-grid and using the default settings, the question is how can I format the numbers to two …

angularjs angularjs-directive number-formatting angular-ui-grid
android: how do I format number as phone with parentheses

I have a number that I need to format as a telephone number. If I do PhoneNumberUtils.formatNumber(numStr); Then …

android phone-number number-formatting libphonenumber
Number formatting in BASH with thousand separator

I have a number 12343423455.23353. I want to format the number with thousand separator. So th output would be 12,343,423,455.23353

bash unix localization number-formatting
how to format currency in displaytag

I am getting the value of amount like 4567.00 , 8976.00 etc. Now while dispalying this value in displaytag i would like to …

java displaytag number-formatting
How to pluralize and format a number in angularjs

I want to do format a number and pluralize it with angular. For example (given a number of bitcoins): 0 => "…

javascript angularjs number-formatting pluralize
Power BI - Numeric Format

I would like to know how to change the standard format for numbers in Power BI. The software I use …

number-formatting powerbi powerbi-embedded powerbi-datasource
How to make JFormattedTextField accept integer without decimal point (comma)?

I used JFormattedTextField withNumberFormat in this way: -Creat a JFormattedTextField refernce JFormattedTextField integerField; -Create a NumberFormat refernce NumberFormat integerFieldFormatter; -In …

java swing integer number-formatting jformattedtextfield
Format variable as 4 digits with leading zeroes

A store number could be 1-4 digits. Store #26 would be 0026 in respect to how devices are named, but I'd like …

powershell number-formatting