You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sicp-all-tasks/sicp/2_002e12

6 lines
298 B

Exercise 2.12: Define a constructor
make-center-percent that takes a center and a percentage tolerance and
produces the desired interval. You must also define a selector percent
that produces the percentage tolerance for a given interval. The center
selector is the same as the one shown above.