View source: R/kmdoubleequal.R
| kmdoubleequal | R Documentation |
Test two double numbers on equity with a certain tolerance
kmdoubleequal(x, y, tol = sqrt(.Machine$double.eps))
x |
First double to compare |
y |
Second double to compare |
tol |
Tolerance optional) |
Boolean for (approximate) equity
Other Utilities:
kmcolors(),
kmsetiselement(),
kmsymmsetdiff()
kmdoubleequal(0.5+0.5, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.