diff --git a/functions/math.xml b/functions/math.xml index 706eba4f86..5d04e9ec36 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -1,5 +1,5 @@ - + Mathematical Functions Math @@ -1423,6 +1423,9 @@ $foo = round(1241757, -3); // $foo == 1242000 Returns the square root of arg. + + See also pow. +