Aggiunto gauss naif e implementato alcuni script come funzioni.

This commit is contained in:
2014-10-08 15:11:46 +02:00
parent 85ff9aa1d0
commit ed6268c665
14 changed files with 133 additions and 125 deletions

5
samples/calculate_eps.m Normal file
View File

@@ -0,0 +1,5 @@
errore = 1;
while 1+errore ~= 1
errore = errore /2;
end
errore = errore *2