Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 457 Bytes

File metadata and controls

9 lines (5 loc) · 457 Bytes

Decimal data type

http://en.wikipedia.org/wiki/Decimal_data_type

Made to represent decimals precisely, specially for financial operations.

Subset of fraction data types.

As of 2015, mostly implemented at the software level. IEEE 754:2008 however has defined an efficient binary representation that could be used by hardware implementations. The previous version IEEE 754:1985 did not define them.