Top "Decimal" questions

Decimal is the name for our common base-ten numeral system.

Why use long decimal point values in CSS percentage widths?

I've noticed in my own work that 3 fluid columns fill out their parent element much better when their widths are …

css width decimal responsive-design fluid
How to convert a base 10 number to alphabetic like ordered list in HTML

I want to convert a integer to alphabetic equivalent like ordered list in HTML. <ol type="a"> I …

java decimal numeric alphabetical
Why is VBA changing decimal to comma automatically?

I have an Excel macro in VBA. Yesterday everything worked fine, this morning VBA is changing a decimal point to …

excel vba decimal comma
Having an actual decimal value as parameter for an attribute (example xUnit.net's [InlineData]

I'm trying to do unit testing with xUnit.net. I want a 'Theory' test with '[InlineData]' which includes …

c# decimal xunit.net
NumericUpDown: accept both comma and dot as decimal separator

There's a way to force c# NumericUpDown to accept both comma and dot, to separate decimal values? I've customized a …

c# decimal numericupdown
How to round a decimal to the nearest fraction?

Not sure if that is the right way to ask this or not but here is the problem. Given a …

javascript math gis bing-maps decimal
packed decimal to ascii assembly

I'm trying to convert packed decimal numbers into ascii strings. Here is my understanding thus far: The following: bcd BYTE 34…

assembly decimal ascii masm bcd
Convert really big number from binary to decimal and print it

I know how to convert binary to decimal. I know at least 2 methods: table and power ;-) I want to …

c binary decimal bignum bcd
Python cdecimal InvalidOperation

I am trying to read financial data and store it. The place I get the financial data from stores the …

python decimal invalidoperationexception
How to avoid rounding off in NSNumberFormatter

I am trying to have a number string with maximum 2 decimals precision, while rest decimals just trimmed off instead of …

ios trim nsnumberformatter decimal