Is it possilbe to call a function nth times?
I have tried f^n(a), but that doesnt work.
( so for example, if i want to repeat the function 4 times, i would have to do f(f(f(f(x)))) )
Is it possilbe to call a function nth times?
I have tried f^n(a), but that doesnt work.
( so for example, if i want to repeat the function 4 times, i would have to do f(f(f(f(x)))) )
Recursion:
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.