1
0
Fork 0

Add math functions

This commit is contained in:
J. Elfring 2024-03-19 20:46:26 +01:00
parent 381fa6541b
commit 293b51a499
4 changed files with 15 additions and 0 deletions

BIN
math/LGxY.raw Normal file

Binary file not shown.

11
math/LGxY.txt Normal file
View 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

Binary file not shown.

4
math/x√y.txt Normal file
View file

@ -0,0 +1,4 @@
LBL "x√y"
1/X
Y↑X
END