fun trick

Contributed programs for the DM41 go here.
Post Reply
gmayer
Posts: 2
Joined: Wed Aug 26, 2020 2:15 pm

fun trick

Post 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
Post Reply