eps
eps
eps(n)
eps(n, m)
eps('double')
eps('single')
| Parameter | Description |
|---|---|
| n | a variable: n-by-n matrix |
| m | a variable: n-by-m matrix |
eps returns the machine precision 2^(-52) for double and 2^(-23) for single.
eps(Inf), eps(-Inf) and eps(NaN) return NaN.
eps
eps('double')
eps('single')
| Version | Description |
|---|---|
| 1.0.0 | initial version |