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

View File

@@ -0,0 +1,5 @@
a = 0;
while a~= 5
a= a + 0.625
end