diff --git a/functions/math.xml b/functions/math.xml index 0da97c37c9..390ae1c80a 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -923,7 +923,9 @@ $randval = mt_rand(); - Returns base raised to the power of exp. + Returns base raised to the power of + exp. If this can't be computed, + exp will return NAN. See also exp.