%~~% {mathml} | R Documentation |
Approximate equality, shown as x ~~ y
Description
Approximate equality, shown as x ~~ y
Usage
x %~~% y
Arguments
x |
first argument |
y |
second argument |
Value
The result of isTRUE(all.equal(x, y))
[Package mathml version 1.2 Index]