SICP 全笔记

Exercise 2.16. Explain, in general, why equivalent algebraic expressions may lead to different answers. Can you devise an interval-arithmetic package that does not have this shortcoming, or is this task impossible? (Warning: This problem is very difficult.)

代数式等价,但等价代数式中的数字之间的操作是不一样的,而这些不一样的操作各自会产生不同的误差,所以会导致不同的计算结果。

设计一个 interval-arithmetic package

TODO: