3
votes
3answers
122 views
Finding if a number is the power of 2 in Scheme
I'm fairly new to Scheme and am attempting to learn it on my own from scratch. I'm stuck on the syntax of this problem. I know that if I want to find out if a number is a power of 2, in C for …
