This commit is contained in:
2026-04-14 14:47:01 +02:00
parent 714e943a07
commit a72e6e34a7
+1 -1
View File
@@ -27,7 +27,7 @@ $$
3. Ecrire une fonction scilab
```
--> function x = Heron(x0,n)
--> function [x] = Heron(x0,n)
// x0 <-> valeur initiale pour la suite
// n <-> nombre d'itérations
// x <-> valeur calculée