<< diag | Constructors functions | eye >> |
eps |
eps |
eps(n) |
eps(n, m) |
eps('double') |
eps('single') |
a variable: n-by-n matrix
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 |
Allan CORNET