From 3aa00e8c466409bb69360c53a01740296f91cd48 Mon Sep 17 00:00:00 2001 From: Eduardo Menges Mattje <50274155+EduMenges@users.noreply.github.com> Date: Thu, 21 Dec 2023 06:43:55 -0300 Subject: [PATCH] Update pow.xhtml Added missing `0` in Description. --- sl4/pow.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.