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
0
Answer:
In the church encoding of natural numbers, we have used the n-fold composition of.
Similar questions
Hindi,
6 months ago
English,
6 months ago
Political Science,
1 year ago
Chemistry,
1 year ago
Biology,
1 year ago