Skip to main content

Questions tagged [floating-point]

Floating point arithmetic: number formats, instruction sets, software and hardware implementations.

13 votes
1 answer
480 views

The paper What Every Computer Scientist Should Know About Floating-Point Arithmetic uses the Cray's systems as an example of computers without a guard bit: Although most modern computers have a guard ...
Morel's user avatar
  • 131
28 votes
2 answers
2k views

I am writing 8086/8087 assembly code that performs floating-point operations, specifically converting numbers to scientific notation. While testing on real hardware (an IBM 5150 with a working 8087 ...
Ivo Filot's user avatar
  • 533
4 votes
2 answers
444 views

I am trying to reproduce a program I wrote for a Office of Surface Mining scientists back in 1985 that was written on a commodore 128 in BASIC 7.0. The program performed a Monte Carlo simulation of ...
john o'brien's user avatar
9 votes
3 answers
2k views

I upgraded a friend's computer who only used Lotus 1-2-3, and I added memory and dropped in an 8087. Later, I found out their version of Lotus 1-2-3 didn't make use of the 8087. When did Lotus 1-2-3 ...
Miss Understands's user avatar
4 votes
0 answers
274 views

The other day I came across a clever way of implementing variable-length extended precision, dated 1967 (on the BESM-6, apparently as part of the system software available at the time of introduction ...
Leo B.'s user avatar
  • 22.3k
9 votes
2 answers
474 views

The IEEE 754 floating point arithmetic working group began in 1977 and was formally accepted in 1985. One of the original driving factors of the standard itself was Intel who wanted a standard to go ...
Adam Hyland's user avatar
  • 1,082
18 votes
1 answer
4k views

Reading over some older bits I've collected over the years, it appears that some early BASICs used a truncate for their INT function, but this was standardized on floor. Any ideas why? Poking about I ...
Maury Markowitz's user avatar
22 votes
1 answer
613 views

I'm hoping to understand a routine written for the Manchester Mark I [NOTE: a comment from Raffzahn suggests this may be the Ferranti (wikipedia link) and not the Manchester Mark I] which computes ...
Adam Hyland's user avatar
  • 1,082

15 30 50 per page
1
2 3 4 5