joey Sat Dec 13 02:51:38 2003 EDT
Modified files:
/phpdoc/en/reference/math/functions exp.xml
Log:
Some people don't know what "e" is.
Index: phpdoc/en/reference/math/functions/exp.xml
diff -u phpdoc/en/reference/math/functions/exp.xml:1.4
phpdoc/en/reference/math/functions/exp.xml:1.5
--- phpdoc/en/reference/math/functions/exp.xml:1.4 Fri May 16 03:49:30 2003
+++ phpdoc/en/reference/math/functions/exp.xml Sat Dec 13 02:51:37 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.exp">
<refnamediv>
@@ -17,6 +17,12 @@
Returns <constant>e</constant> raised to the power of <parameter>arg</parameter>.
</para>
+ <note>
+ <para>
+ 'e' is the base of the natural system of logarithms, or approximately
2.718282.
+ </para>
+ </note>
+
<para>
See also
<function>log</function> and