From 2418deab9e284d232b2535facff2ce6d8f49bf82 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 16 May 2003 07:49:30 +0000 Subject: [PATCH] linking exp and log git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127256 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/exp.xml | 7 +++++-- reference/math/functions/log.xml | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/reference/math/functions/exp.xml b/reference/math/functions/exp.xml index e5df6783b7..ce7a8c9e34 100644 --- a/reference/math/functions/exp.xml +++ b/reference/math/functions/exp.xml @@ -1,5 +1,5 @@ - + @@ -16,8 +16,11 @@ Returns e raised to the power of arg. + - See also pow. + See also + log and + pow. diff --git a/reference/math/functions/log.xml b/reference/math/functions/log.xml index 09db311363..41bef1f313 100644 --- a/reference/math/functions/log.xml +++ b/reference/math/functions/log.xml @@ -1,5 +1,5 @@ - + @@ -30,6 +30,10 @@ logb(n) = log(n)/log(b), where log is the neperian (or natural) logarithm. + + See also + exp. +