Search found 2 matches

by blackdiz
Tue Apr 22, 2014 11:16 pm
Forum: Scheme
Topic: Little help about define procedure
Replies: 3
Views: 20859

Re: Little help about define procedure

OK, I see , thanks for your detailed explanations~
by blackdiz
Wed Apr 16, 2014 5:50 pm
Forum: Scheme
Topic: Little help about define procedure
Replies: 3
Views: 20859

Little help about define procedure

Hi everybody I'm trying to study SICP. I use Dr.Racket and intall Neil Van Dyke's SICP Support for DrRacket. When I practice examples of the book, I bumped into something confused me. The following codes are from the book and I use the procedure "sqrt" at beginning: (sqrt (+ 100 37)) (defi...