From f49d0677bf9617105a13072610ee9f2003bd07d4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 8 Dec 2003 09:19:44 +0000 Subject: [PATCH] Bad word-division in git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145948 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/log1p.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/math/functions/log1p.xml b/reference/math/functions/log1p.xml index 31dcde44fc..750ec237a5 100644 --- a/reference/math/functions/log1p.xml +++ b/reference/math/functions/log1p.xml @@ -1,12 +1,12 @@ - + log1p - Returns log(1 + number), computed in a way that accurate even when the val -ue of number is close to zero + Returns log(1 + number), computed in a way that accurate even when + the value of number is close to zero