Modificato alcuni nomi

This commit is contained in:
2014-10-01 15:03:42 +02:00
parent 5c3e6b4d9c
commit 72cc879ac5
5 changed files with 8 additions and 16 deletions

8
calculate_minimum.m Normal file
View File

@@ -0,0 +1,8 @@
%minimo numero non normalizzato permesso in float
u = 1;
while u~= 0
rmin = u;
u=u/2;
end
rmin