Files

5 lines
107 B
Scilab
Raw Permalink Normal View History

2026-04-07 13:28:01 +02:00
function ratio = pointFixeVitesseConvergence(x0)
err = pointFixeErreur(x0);
ratio = // TODO
endfunction