From ee04b8522b637daeaab6341c7dfa2694050f1263 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 10 Jan 2002 13:42:36 +0000 Subject: [PATCH] added see also sqrt for pow git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67520 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/math.xml b/functions/math.xml index 3a3f6f0701..1acfb6da52 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -1,5 +1,5 @@ - + Mathematical Functions Math @@ -1238,7 +1238,7 @@ echo pow(-1, 5.5); // error - See also exp. + See also exp and sqrt.