georg Wed Aug 28 01:11:21 2002 EDT Modified files: /phpdoc/en/reference/math/functions expm1.xml Log: fixed typo (bug #19132) Index: phpdoc/en/reference/math/functions/expm1.xml diff -u phpdoc/en/reference/math/functions/expm1.xml:1.2 phpdoc/en/reference/math/functions/expm1.xml:1.3 --- phpdoc/en/reference/math/functions/expm1.xml:1.2 Wed Apr 17 02:39:52 2002 +++ phpdoc/en/reference/math/functions/expm1.xml Wed Aug 28 01:11:20 2002 @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/math.xml, last change in rev 1.63 --> <refentry id='function.expm1'> <refnamediv> <refname>expm1</refname> <refpurpose> - 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 </refpurpose> </refnamediv>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php