Page 1 of 1

Little Math Functions

Posted: Sat Mar 27, 2021 8:32 pm
by richmit
I have recently started rewriting all my old programs using the new and improved functionality in free42. Figured I would post them on github in case they might be useful to someone else.

The third one is a collection of little math functions. Stuff like base-n logs, roots, gcd, etc... These have all been redone to use free42 FUNC & large stack support. This has been a big change -- a ton of the old code was for saving the stack or minimizing stack use. The result is that every one of these has been redone, and I have probably introduced bugs -- so be careful and have fun.

https://richmit.github.io/hp42/math.html