I have a question about eps in matlab. I need to know if eps, rounding error, is a error defined like a uniform error and if it is defined as a half range or full range? Thank you.
Asked
Active
Viewed 193 times
1 Answers
0
From the matlab documentation.
Eps is defined as the distance from 1.0 to the next highest floating point number. It is not going to give you a rounding error, but rather the exact distance between two numbers.

PearsonArtPhoto
- 38,970
- 17
- 111
- 142