Jump to content

Computer arithmetic

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by John B123 (talk | contribs) at 20:48, 26 June 2024 (Added tags to the page using Page Curation (unreferenced)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

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.