(no commit message)
authorlkcl <lkcl@web>
Thu, 7 Jul 2022 22:09:43 +0000 (23:09 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 7 Jul 2022 22:09:43 +0000 (23:09 +0100)
openpower/transcendentals.mdwn

index 26f2e2deec9d35c31fdb0a40abf3bed32eba291d..f307c3d2cd2224c17d196ff92862b0b0764df33b 100644 (file)
@@ -187,9 +187,9 @@ software emulation
 | FATAN2   | atan2 arc tangent      | FRT = atan2(FRB, FRA)       | Zarctrignpi |
 | FATAN2PI | atan2 arc tangent / pi | FRT = atan2(FRB, FRA) / pi  | Zarctrigpi  |
 | FPOW     | x power of y           | FRT = pow(FRA, FRB)         | ZftransAdv  |
-| FPOWN    | x power of n (n int)   | FRT = pow(FRA, FRB)         | ZftransAdv  |
+| FPOWN    | x power of n (n int)   | FRT = pow(FRA, RB)         | ZftransAdv  |
 | FPOWR    | x power of y (x +ve)   | FRT = exp(FRA log(FRB))     | ZftransAdv  |
-| FROOTN   | x power 1/n (n integer)| FRT = pow(FRA, 1/FRB)       | ZftransAdv  |
+| FROOTN   | x power 1/n (n integer)| FRT = pow(FRA, 1/RB)       | ZftransAdv  |
 | FHYPOT   | hypotenuse             | FRT = sqrt(FRA^2 + FRB^2)   | ZftransAdv  |
 
 ## List of 1-arg transcendental opcodes