kaist-cp / cs220

268 stars 53 forks source link

[Assignment 8] exp function #426

Closed Jaiwooyu closed 5 days ago

Jaiwooyu commented 5 days ago

Related Issue

N/A

Googling Result

N/A

ChatGPT Result

N/A

Your question here

스크린샷 2024-11-18 오후 10 13 03

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?