View source: R/valueRangeExpression.R
vreIsEqual | R Documentation |
vreIsEqual
tests whether two values are equal
within sqrt(.Machine$double.eps).
vreIsEqual(value1, value2)
value1 |
The first value to compare. |
value2 |
The second value to compare. |
'TRUE' if the two numbers are equal, 'FALSE' otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.