id summary reporter owner description type status milestone component version severity resolution keywords cc 9225 Document the max_iter parameter in math::tools::newton_raphson_iterate and others eu@… John Maddock The max_iter parameter is passed as (non-const) `boost::uintmat_t & max_iter`. This number is subtracted from in every iteration in the solver. By subtracting initial minus final values, the number of steps necessary for convergence can be determined. As this information is vital for profiling the code, this use of the parameter should be clearly documented. Bugs closed To Be Determined math Boost 1.55.0 Cosmetic fixed pbristow@…