Fixed-point arithmetic: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 185:
On the other hand, all relational [[database]]s and the [[SQL]] notation support fixed-point decimal arithmetic and storage of numbers. [[PostgreSQL]] has a special <samp>numeric</samp> type for exact storage of numbers with up to 1000 digits.<ref name="PostgreSQL"/>
 
Moreover, in 2008 the [[International Organization for Standardization]] (ISO) issuedpublished a proposal to extend the C programming language with fixed-point data types, for the benefit of programs running on embedded processors.<ref name="JTC1_2008"/> Also, theThe [[GNU Compiler Collection]] (GCC) hassupports [[compiler#Backthis end|back-end]] support for fixed-pointproposal.<ref name="gccback"/><ref name="gccuse"/>
 
==Detailed examples==