R/valueRangeExpression.R
vreIsEqual.Rd
vreIsEqual
tests whether two values are equal
within sqrt(.Machine$double.eps).
vreIsEqual(value1, value2)
The first value to compare.
The second value to compare.
`TRUE` if the two numbers are equal, `FALSE` otherwise.