From d7d6d8252ed8358a7ac19e6f17aa6c29b9f34408 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Wed, 28 Aug 2002 05:11:20 +0000 Subject: [PATCH] fixed typo (bug #19132) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93904 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/expm1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/math/functions/expm1.xml b/reference/math/functions/expm1.xml index cfd80a1e79..49b55039c2 100644 --- a/reference/math/functions/expm1.xml +++ b/reference/math/functions/expm1.xml @@ -1,11 +1,11 @@ - + expm1 - Returns exp(number) - 1, computed in a way that accurate even + Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero