Inspects the termination code (`termcd`) from `nleqslv::nleqslv()` and either returns silently on success, issues a warning for partial convergence, or stops with an informative error message on failure.
check_nleqslv_result(root, label, ftol)`invisible(TRUE)` on success or acceptable convergence; otherwise stops or warns.
The list returned by `nleqslv::nleqslv()`.
Character string used as a prefix in messages to identify the calling method.
The function-value convergence tolerance, used to assess whether partial convergence is acceptable.