For root finding algorithms in some edge cases it helped me decide the multiplicity of a root. Also, when calculating constants I wanted to make sure that the result was as precise as possible without any rounding errors introduced in the calculation.
Comments
For root finding algorithms in some edge cases it helped me decide the multiplicity of a root. Also, when calculating constants I wanted to make sure that the result was as precise as possible without any rounding errors introduced in the calculation.