Skip to content

Commit 3e32f47

Browse files
authored
Update faq.dd to fix broken link to Kahan's paper on Java floats. (#3809)
1 parent c11f71c commit 3e32f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/faq.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ $(ITEM real, What is the point of 80 bit reals?)
360360
to be done, especially when adding together large numbers of small
361361
real numbers. Prof. Kahan, who designed the Intel floating point
362362
unit, has an eloquent
363-
<a href="http://http.cs.berkeley.edu/~wkahan/JAVAhurt.pdf">paper</a>
363+
<a href="https://people.eecs.berkeley.edu/~wkahan/JAVAhurt.pdf">paper</a>
364364
on the subject.
365365

366366
$(ITEM anonymous, How do I do anonymous struct/unions in D?)

0 commit comments

Comments
 (0)