I understand that the reason why sin(pi)
is not equal to zero is because of the fact that there is not enough bits to store all the significant digits of "pi", but what does that have to do with machine epsilon?
I read online what machine epsilon was, but after an hour of reading various definitions worded differently I got confused and did not understand the concept of epsilon. I ended up getting really frustrated in my own foolishness...
This following example was given in the MATLAB documentation and I don't understand it, can someone explain to me what the example is trying to show?
Find the distance from 10.0 to the next largest double-precision number.
d = eps(10.0) d = 1.7764e-15
eps
function, which is not the topic of the other question. – Footsoreeps
(which as you can see is a pretty small number (1.7764e-15) – Commendam