Add math functions
This commit is contained in:
parent
381fa6541b
commit
293b51a499
4 changed files with 15 additions and 0 deletions
BIN
math/LGxY.raw
Normal file
BIN
math/LGxY.raw
Normal file
Binary file not shown.
11
math/LGxY.txt
Normal file
11
math/LGxY.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
LBL "LGxY"
|
||||||
|
X=0?
|
||||||
|
RTNERR 5
|
||||||
|
LN
|
||||||
|
X<>Y
|
||||||
|
X=0?
|
||||||
|
RTNERR 5
|
||||||
|
LN
|
||||||
|
X<>Y
|
||||||
|
÷
|
||||||
|
END
|
BIN
math/x√y.raw
Normal file
BIN
math/x√y.raw
Normal file
Binary file not shown.
4
math/x√y.txt
Normal file
4
math/x√y.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
LBL "x√y"
|
||||||
|
1/X
|
||||||
|
Y↑X
|
||||||
|
END
|
Loading…
Reference in a new issue