Machine epsilon

Consider the following calculation:

> for i from 1 to 10 do print(i,1,evalf(1+1/(10^i))); od;

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

this shows that with the current settings in MapleV, the smallest number you can add to 1 to obtain a number different from 1 is

> evalf(1/(10^9));

[Maple Math]

This number is often referred to as the machine epsilon .