Post Reply 
Assign local variable inside for/start loop
03-17-2021, 08:27 AM
Post: #1
Assign local variable inside for/start loop
I tried to calculate pi with Gauss - Legendre algorithm. So this program input repetition count. there is program code below.
Code:
<< 1 2 √ INV 4 INV -> N A B T <<
0 N FOR X A B + 2 / A B * √ T 2 X ^ A A B + 2 / - SQ * - -> A B T NEXT
>> >>
It error at "-> A B T NEXT". However I have to assign new a, b, t values for calculation.
Of course, I can assign global variable like 'A' STO, but I want to use local variable. Can't I assign a local variable inside a loop?

S.Korean / HP-50G | fx-570EX | fx-570CW | HP-200LX
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Assign local variable inside for/start loop - BINUBALL - 03-17-2021 08:27 AM



User(s) browsing this thread: 1 Guest(s)