From cde758769d8950fa1f5a13aebea62be3b9602d98 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 14 Mar 2021 15:12:26 -0400 Subject: Frustrated with PHP's overflow/underflow logic. --- documentation/bookmark/floating point.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation/bookmark/floating point.md') diff --git a/documentation/bookmark/floating point.md b/documentation/bookmark/floating point.md index 9268449d9..93921b0a9 100644 --- a/documentation/bookmark/floating point.md +++ b/documentation/bookmark/floating point.md @@ -1,3 +1,7 @@ +# Reference + +1. [What aspect of portable floating point did Java back down on?](https://retrocomputing.stackexchange.com/questions/18143/what-aspect-of-portable-floating-point-did-java-back-down-on) + # Algorithm 1. [Kahan summation algorithm](https://en.wikipedia.org/wiki/Kahan_summation_algorithm) -- cgit v1.2.3