nearly.equal: Tests for near equality. To be used when == fails to equal...

Description Usage

Description

Tests for near equality. To be used when == fails to equal values that are intended to be equal, due to machine inaccuracy. See info(nearly.equal). Related to all.equal() but returns a logical vector instead of only one logical.

Usage

1
nearly.equal(x, y, tolerance = .Machine$double.eps^0.5)

arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.