vreIsEqual: Test if two numeric values are equal within tolerance.

View source: R/valueRangeExpression.R

vreIsEqualR Documentation

Test if two numeric values are equal within tolerance.

Description

vreIsEqual tests whether two values are equal within sqrt(.Machine$double.eps).

Usage

vreIsEqual(value1, value2)

Arguments

value1

The first value to compare.

value2

The second value to compare.

Value

'TRUE' if the two numbers are equal, 'FALSE' otherwise.


pivottabler documentation built on Oct. 1, 2023, 5:07 p.m.