GMP error handling frustrates me
The GNU Multiple Precision Arithmetic Library (GMP) is a wonderful library. It offers arbitrary precision math in a relatively simple, easy-to-use package. It is currently used in kcalc as the core for all basic math operations. The only problem is, the error handling it offers, is broken by design.
Read More...