Top "Decimal" questions

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

How To Represent 0.1 In Floating Point Arithmetic And Decimal

I am trying to understand floating point arithmetic better and have seen a few links to 'What Every Computer Scientist …

c# floating-point double decimal bit-representation
BCD to Decimal And Decimal to BCD

I am writing a library for RTC module in Arduino where the data is stored in BCD. I know how …

arduino binary decimal system bcd
Always Round UP a value in C#

I want to roundup value according to the 3rd decimal point. It should always take the UP value and round. …

c# double decimal roundup
Python2.6 Decimal to Octal

How can i convert decimal to Octal in Python2.6, for 1 to 100000? I wanna get this converted result as .txt too. …

python decimal octal
C++ cout decimal alignment

I'm having a hard time aligning decimal values. I am pretty sure its a combination of right alignment and setprecision/…

c++ alignment decimal fixed iomanip
Decimal-to-binary conversion

I want to convert decimal numbers to binary numbers. I want to store them in an array. First I need …

java arrays binary decimal base-conversion
typeof() to check for Numeric values

what is the easiest way to check if a typeof() is mathematically usable(numeric). do i need to use the …

c# winforms decimal typeof
Is there a decimal math library for JavaScript?

Is there a mature library for doing decimal-based math, possibly arbitrary-precision, in JavaScript? Edit: I want this information for a …

javascript decimal bigdecimal
getting Ceil() of Decimal in python?

Is there a way to get the ceil of a high precision Decimal in python? >>> import decimal; &…

python decimal rounding ceil
How do ASCII Adjust and Decimal Adjust instructions work?

I've been struggling with understanding the ASCII adjust instructions from x86 assembly language. I see all over the internet information …

assembly x86 decimal instructions bcd