Jump to content

Computer arithmetic: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Pamcio (talk | contribs)
m I have added second reference to my book
Pamcio (talk | contribs)
No edit summary
Line 1: Line 1:
{{Short description|Implementation of arithmetic operations}}
{{Short description|Implementation of arithmetic operations}}
'''Computer arithmetic''' is the scientific field that deals with representation of [[number]]s on [[computer]]s and corresponding implementations of the [[arithmetic operation]]s.<ref>{{citation|contribution=Number Representation and Computer Arithmetic|title=Encyclopedia of Information Systems|first=Behrooz|last=Parhami|year=2003|pages=217–333|publisher=Elsevier|contribution-url=https://web.ece.ucsb.edu/Faculty/Parhami/pubs_folder/parh02-arith-encycl-infosys.pdf}}</ref>
'''Computer arithmetic''' is the scientific field that deals with representation of [[number]]s on [[computer]]s and corresponding implementations of the [[arithmetic operation]]s.<ref>{{citation|contribution=Number Representation and Computer Arithmetic|title=Encyclopedia of Information Systems|first=Behrooz|last=Parhami|year=2003|pages=217–333|publisher=Elsevier|contribution-url=https://web.ece.ucsb.edu/Faculty/Parhami/pubs_folder/parh02-arith-encycl-infosys.pdf}}</ref>
<ref>{{citation|contribution=Computer Arithmetic in Practice|title=Encyclopedia of Information Systems|first=Slawomir|last=Grys|year=2023|pages=212|publisher=CRC Press|contribution-url=https://www.taylorfrancis.com/books/mono/10.1201/9781003363286/computer-arithmetic-practice-s%C5%82awomir-gry%C5%9B}}</ref>
<ref>{{citation|contribution=Computer Arithmetic in Practice|title= ''|first=Slawomir|last=Grys|year=2023|pages=212|publisher=CRC Press|contribution-url=https://www.taylorfrancis.com/books/mono/10.1201/9781003363286/computer-arithmetic-practice-s%C5%82awomir-gry%C5%9B}}</ref>


It includes:
It includes:

Revision as of 19:48, 5 December 2024

Computer arithmetic is the scientific field that deals with representation of numbers on computers and corresponding implementations of the arithmetic operations.[1] [2]

It includes:

In the cases where the size of the representation of a number is fixed (fixed-point, floating-point and interval arithmetic), the main concern is the control the computational error, as far as possible; see, for example IEEE 754.

In the other cases, where an exact result should be provided, the main concern is the practical efficiency, which is optimized by combining improvements of computational complexity with hardware specificities.

ARITH Symposium on Computer Arithmetic is an international symposium devoted to computer arithmetic.

References

  1. ^ Parhami, Behrooz (2003), "Number Representation and Computer Arithmetic" (PDF), Encyclopedia of Information Systems, Elsevier, pp. 217–333
  2. ^ Grys, Slawomir (2023), "Computer Arithmetic in Practice", , CRC Press, p. 212