projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e78085
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 7 Aug 2019 12:25:30 +0000
(13:25 +0100)
committer
IkiWiki
<ikiwiki.info>
Wed, 7 Aug 2019 12:25:30 +0000
(13:25 +0100)
ztrans_proposal.mdwn
patch
|
blob
|
history
diff --git
a/ztrans_proposal.mdwn
b/ztrans_proposal.mdwn
index e691c4c52c27c2804bf80a299232b06c74503ffa..384f39fd406c96297bc9c964bc986816a51562eb 100644
(file)
--- 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