Page 1 of 1

fun trick

Posted: Tue Sep 29, 2020 6:47 am
by gmayer
Hello:

This is a totally unnecessary program, as this can be done simpler and better with a builtin function. However, it's nice to figure out why this works and why this doesn't work: Call this function with a real number argument, i.e., with a non-zero mantissa.

Code: Select all

LBL ᵀCUTE
ENTER↑
ENTER↑
.5
-
180
×
TAN
ATAN
180
/
.5
+
-
END