QB64 Phoenix Edition
decfloat -- again - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7)
+---- Thread: decfloat -- again (/showthread.php?tid=886)

Pages: 1 2 3 4 5


RE: decfloat -- again - Pete - 10-25-2022

It's going to be fun going over the code when I get few things finished. I've been doing a game for Halloween and some TCP/IP stuff, along with a program line utility. I need to revisit the string math stuff eventually. It's great for +_*? and square roots and non-decimal powers, but nth roots and, their flip side, decimal roots slow it up way to much, even for 58-digits.

Pete