Skip to contents

Asserts wether two vectors of the same length are close in value below a given threshold

Usage

isclose(x, y, e = 1e-10)

Arguments

x:

condition to be tested

y:

message to be printed

Value

TRUE when the distance of two numbers is smaller than a given value