Approximate equality of mvp objects
all.equal.Rd
Two multivariate polynomials \(x,y\) are held to be approximately
equal if the coefficients of \(x-y\) are small compared to the
coefficients of \(x\) and \(y\) separately. The comparison
all.equal()
is dispatched to all_equal_mvp()
which uses
base::all.equal()
.