View source: R/math_functions.R
num_equal | R Documentation |
Check if two numbers are equal.
num_equal(x, y, tol = sqrt(.Machine$double.eps))
x |
first number to compare. |
y |
second number to compare. |
tol |
the minimum difference from which two numbers are equal. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.