( define ( my-even? n )
( = ( remainder n 2 ) 0 ) )
;; Searching for divisors
( define ( square n )
( fixed-point ( lambda ( x )
( + ( sin x ) ( cos x ) ) ) 1.0 )
( my-sqrt 4 )
( define dx 0.00001 )
SICP -- Building Abstractions With Procedures,布布扣,bubuko.com
SICP -- Building Abstractions With Procedures
原文地址:http://blog.csdn.net/pandora_madara/article/details/37543511