diff --git a/num/tp3/README.md b/num/tp3/README.md index f7f30eb..28545d7 100644 --- a/num/tp3/README.md +++ b/num/tp3/README.md @@ -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