vrana Mon Dec 8 04:19:44 2003 EDT
Modified files:
/phpdoc/en/reference/math/functions log1p.xml
Log:
Bad word-division in <refpurpose>
Index: phpdoc/en/reference/math/functions/log1p.xml
diff -u phpdoc/en/reference/math/functions/log1p.xml:1.2
phpdoc/en/reference/math/functions/log1p.xml:1.3
--- phpdoc/en/reference/math/functions/log1p.xml:1.2 Wed Apr 17 02:39:53 2002
+++ phpdoc/en/reference/math/functions/log1p.xml Mon Dec 8 04:19:44 2003
@@ -1,12 +1,12 @@
<?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.log1p'>
<refnamediv>
<refname>log1p</refname>
<refpurpose>
- 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
</refpurpose>
</refnamediv>
<refsect1>