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.
7 lines
298 B
7 lines
298 B
2 years ago
|
|
||
|
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.
|