approx_equal | R Documentation |
Check if two numeric values are approximately equal
approx_equal(a, b, tol = sqrt(.Machine$double.eps))
a |
a numeric object |
b |
a numeric object |
tol |
the numeric tolerance |
a logical value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.