From bf10096899a2a17af45cfd4d34979ad0d1929b45 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 7 Aug 2019 13:25:30 +0100 Subject: [PATCH] --- ztrans_proposal.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index e691c4c52..384f39fd4 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -30,7 +30,7 @@ FATAN2 | atan2 arc tangent | rd = atan2(rs2, rs1) | Zarctrignpi | FATAN2PI | atan arc tangent / pi | rd = atan2(rs2, rs1) / pi | Zarctrigpi | FPOW | x power of y | rd = pow(rs1, rs2) | ZftransAdv | FROOT | x power 1/y | rd = pow(rs1, 1/rs2) | ZftransAdv | -FHYPOT | hypotenuse | rd = sqrt(x^2 + y^2) | Zftrans | +FHYPOT | hypotenuse | rd = sqrt(rs1^2 + rs2^2) | Zftrans | """]] # List of 1-arg transcendental opcodes -- 2.30.2