top | item 15283069

(no title)

kutkloon7 | 8 years ago

I'm not sure why the author included 'floating point' in the title (probably to hint that the Babylonians did not use a symbol for zero, and had the point floating in blank space). To technical-minded people, floating point is synonymous with hardware that computes using a floating point representation, so this is a bit deceiving.

discuss

order

jacobolus|8 years ago

The ancient Mesopotamian (Sumerian/Akkadian) system was floating point. The exponent was implied rather than explicitly written though. So 1/120, 1/2, 30, and 1800 were all written the same way.

Modern 'scientific notation' is also floating point.

kps|8 years ago

For a century up to the 1970s most engineering calculations were done to three decimal digits with implied-exponent floating point hardware¹.

¹ https://en.wikipedia.org/wiki/Slide_rule

kutkloon7|8 years ago

Ahh, that explains a lot. Thanks.

pvg|8 years ago

is synonymous with hardware

Wait, no it isn't. It's about the representation (in contrast to 'fixed point'), the hardware is an implementation detail.