Computer Science, asked by smaty1340, 10 months ago

In the church encoding of natural numbers, we have used the n-fold composition of f, written f^n. Intuitively, f^n means applying function f for n times. Implement a function funpower, which takes a function f, an integer n and returns the function f^n. For example, ((funpower squareroot 2) 16) should return 2.

Answers

Answered by Anonymous
0

Answer:

In the church encoding of natural numbers, we have used the n-fold composition of.

Similar questions