b+ String Math Update - 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: Works in Progress (https://qb64phoenix.com/forum/forumdisplay.php?fid=9) +---- Thread: b+ String Math Update (/showthread.php?tid=924) Pages:
1
2
|
RE: b+ String Math Update - bplus - 10-01-2022 ln(x) and e^x are only as accurate as number of digits used in calculations, both work on summing terms of a series, the more terms the more accuracy and the longer the time to result. RE: b+ String Math Update - bplus - 10-02-2022 Oh hey, BinPower$ not too bad either! This converts the y of X^Y to a binary number and then builds X^Y by figuring products of the powers of 2, something like that: |