Creates an epsilon (machine precision)
eps
eps(n)
eps(n, m)
eps('double')
eps('single')
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.
double, single.
1.0.0
initial version
Last updated 3 months ago