Home
last modified time | relevance | path

Searched refs:best_emax (Results 1 – 1 of 1) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Doptimization.cc2249 gen p,best_p,best_emax,emax,emin,tmpsol; in _minimax() local
2310 if (is_exactly_zero(best_emax) || is_strictly_greater(best_emax,emax,contextptr)) { in _minimax()
2312 best_emax=emax; in _minimax()
2323 *logptr(contextptr) << "max. absolute error: " << best_emax << "\n"; in _minimax()