diff --git a/sl4/pow.xhtml b/sl4/pow.xhtml index cc60b5b7..b4d218ca 100644 --- a/sl4/pow.xhtml +++ b/sl4/pow.xhtml @@ -58,7 +58,7 @@

pow returns the value of x raised to the y power. i.e., xy. - Results are undefined if x< + Results are undefined if x< 0 or if x=0 and y=0.