From ea5ef878791d0182c69e3fb69e05a7ddd97aad15 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 23 Jan 2013 17:47:58 +0000 Subject: [PATCH] Linked the floating point warning to http://floating-point-gui.de/ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329281 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/float.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/language/types/float.xml b/language/types/float.xml index b111c4baaf..afb3621c7e 100644 --- a/language/types/float.xml +++ b/language/types/float.xml @@ -1,6 +1,6 @@ - + Floating point numbers @@ -71,6 +71,11 @@ EXPONENT_DNUM [+-]?(({LNUM} | {DNUM}) [eE][+-]? {LNUM}) necessary, the arbitrary precision math functions and gmp functions are available. + + + For a "simple" explanation, see the floating point guide + that's also titled "Why don’t my numbers add up?" +