To be noted: the last two exercises, 2.15 and 2.16 were left unfinished, and will be left for another time.
5 lines
302 B
Text
5 lines
302 B
Text
One issue is the afformention reuse of intervals, another is
|
|
floating point arithmetic. In order to solve the problem of making
|
|
all expressions maximally precise, we would need to make a package that can
|
|
take a given arithmetic expression and minimize it. This is
|
|
probaly very hard but not impossible.
|