If I do the following in MATLAB:
y = 1+eps
I get the following output:
1.000000000000000
Why is it not displaying the 'eps' portion that I added to '1' and stored in y? Is this a limitation of matlab, where although it can store 1+eps, it cannot display it or am I totally misunderstanding 'eps'?