powered by
Tests if 2 values are close to each other
test_isclose(..., tol = 1e-08)
Logical or testthat output.
values to compare
tolerance
test_isclose(1,1.0000001, tol=1e-4)
Run the code above in your browser using DataLab