pollita Mon Sep 1 22:27:37 2003 EDT
Modified files:
/phpdoc/en/reference/math/functions log10.xml
Log:
Add see-also for log()
Index: phpdoc/en/reference/math/functions/log10.xml
diff -u phpdoc/en/reference/math/functions/log10.xml:1.2
phpdoc/en/reference/math/functions/log10.xml:1.3
--- phpdoc/en/reference/math/functions/log10.xml:1.2 Wed Apr 17 02:39:53 2002
+++ phpdoc/en/reference/math/functions/log10.xml Mon Sep 1 22:27:36 2003
@@ -1,5 +1,5 @@
<?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.2 -->
<refentry id="function.log10">
<refnamediv>
@@ -15,6 +15,10 @@
<para>
Returns the base-10 logarithm of <parameter>arg</parameter>.
</para>
+ <simpara>
+ See Also:
+ <function>log</function>
+ </simpara>
</refsect1>
</refentry>