calcDiff | R Documentation |
Calculate difference between two numeric vectors that gives exactly zero for very small relative differences.
calcDiff(X, Y, EPS = 1e-12)
X |
first number |
Y |
second number |
EPS |
relative difference equivalent to zero |
difference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.