Content deleted Content added
Nomen4Omen (talk | contribs) m →Binary number representation: somewhat more precisely |
|||
Line 306:
Programming in [[assembly language]] requires the programmer to keep track of the representation of numbers. Where the processor does not support a required mathematical operation, the programmer must work out a suitable algorithm and instruction sequence to carry out the operation; on some microprocessors, even integer multiplication must be done in software.
High-level [[programming language]]s such as [[
Some languages, such as [[REXX]] and [[Java (programming language)|Java]], provide decimal floating points operations, which provide rounding errors of a different form.
|