Call a function multiple times?

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:

https://www.desmos.com/calculator/jse6ux3rxi

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.