Newton had a fun way to approximate general roots...
#3
LOOP UNTIL olda = a

Because it hard to get olda to be exactly = a

Loop Until abs(a-olda) < someTinyNumber ' Might work better
b = b + ...
Reply


Messages In This Thread
RE: Newton had a fun way to approximate square roots... - by bplus - 09-13-2022, 03:58 AM



Users browsing this thread: 13 Guest(s)