One solution to Exercise 2.12:
(define (make-center-percent c p)
(make-center-width c (* c (/ p 100))))
(define (percent i)
(* (/ (width i) (center i)) 100))
Posted by Ken Dyck in Programming
About
![]()
Links
Search
Categories
Archives
Subscribe
Ads
One solution to Exercise 2.12:
(define (make-center-percent c p)
(make-center-width c (* c (/ p 100))))
(define (percent i)
(* (/ (width i) (center i)) 100))
Posted by Ken Dyck in Programming
Hi, Ken! I’m reading SICP to and post some of my solutions in my blog (http://www.neverov.blogspot.com). Good luck!
Why do I even bother checking this blog anymore?
Give him some time Hairy. He must be working on the interval arithmetic package in exercise 2.16.