Lambda the Ultimate

inactiveTopic Floating Point Arithmetic
started 10/31/2002; 3:19:54 PM - last post 11/1/2002; 7:34:33 AM
Ehud Lamm - Floating Point Arithmetic  blueArrow
10/31/2002; 3:19:54 PM (reads: 763, responses: 2)
Floating Point Arithmetic
David Goldberg. What every computer scientist should know about floating-point arithmetic. ACM Computing Surveys, 23(1):5--48, March 1991.

Not directly language related, but still quite relevant.

Most programming languages support some form of floating point artihmetic. Some languages have a well defined model, others simply provide a floating point type, but don't give formal semantics and don't specify a numeric model.

Aside from exploring the classic issues related to floating point arithmetic, this paper also talks about language implementation details (e.g., how optimizations affect numeric accuracy).


Posted to general by Ehud Lamm on 10/31/02; 3:27:10 PM

James Hague - Re: Floating Point Arithmetic  blueArrow
11/1/2002; 7:07:43 AM (reads: 571, responses: 1)
Obligatory link to William Kahan's home page. There are some real gems in there.

Ehud Lamm - Re: Floating Point Arithmetic  blueArrow
11/1/2002; 7:34:33 AM (reads: 628, responses: 0)
Right. Like, What has the Volume of a Tetrahedron to do with Computer Programming Languages? Wow.