Machine epsilon
Consider the following calculation:
> for i from 1 to 10 do print(i,1,evalf(1+1/(10^i))); od;
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));
This number is often referred to as the machine epsilon .