This picture is skeleton code of exp function in assignment 8. There is comment of // lt n = from_usize(n); and // lt m = from_usize(m); So I thought I can't use n and m of type usize. But, I have no idea to make exponentiation without usize m. Can I use usize m (no a church numeral) in this code?
Related Issue
N/A
Googling Result
N/A
ChatGPT Result
N/A
Your question here
This picture is skeleton code of exp function in assignment 8. There is comment of // lt n = from_usize(n); and // lt m = from_usize(m); So I thought I can't use n and m of type usize. But, I have no idea to make exponentiation without usize m. Can I use usize m (no a church numeral) in this code?