Check if two numbers are approximately equal

quasi_equal(x, y, tol = 1e-07)

Arguments

x

A number

y

A number

tol

A number

Value

logical