philip          Mon Mar 17 20:49:21 2003 EDT

  Modified files:              
    /phpdoc/en/reference/math   reference.xml 
    /phpdoc/en/language operators.xml 
  Log:
  Cross reference math functions and operators manual pages.
  
  
Index: phpdoc/en/reference/math/reference.xml
diff -u phpdoc/en/reference/math/reference.xml:1.5 
phpdoc/en/reference/math/reference.xml:1.6
--- phpdoc/en/reference/math/reference.xml:1.5  Fri Aug  9 06:26:05 2002
+++ phpdoc/en/reference/math/reference.xml      Mon Mar 17 20:49:21 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.math">
   <title>Mathematical Functions</title>
   <titleabbrev>Math</titleabbrev>
@@ -14,6 +14,11 @@
      If you need to handle bigger numbers, take a look at the <link
      linkend="ref.bc">arbitrary precision math functions</link>.
     </para>
+    <simpara>
+     See also the manual page on 
+     <link linkend="language.operators.arithmetic">arithmetic
+     operators</link>. 
+    </simpara>
    </section>
 
    <section id="math.requirements">
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.44 phpdoc/en/language/operators.xml:1.45
--- phpdoc/en/language/operators.xml:1.44       Mon Feb 10 17:50:48 2003
+++ phpdoc/en/language/operators.xml    Mon Mar 17 20:49:21 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.44 $ -->
+<!-- $Revision: 1.45 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -176,6 +176,10 @@
     The division operator ("/") returns a float value anytime,
     even if the two operands are integers (or strings that get
     converted to integers).
+   </simpara>
+   <simpara>
+    See also the manual page on 
+    <link linkend="ref.math">math functions</link>. 
    </simpara>
 
    <!--



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to