num_equal: Check if two numbers are equal.

View source: R/math_functions.R

num_equalR Documentation

Check if two numbers are equal.

Description

Check if two numbers are equal.

Usage

num_equal(x, y, tol = sqrt(.Machine$double.eps))

Arguments

x

first number to compare.

y

second number to compare.

tol

the minimum difference from which two numbers are equal.


dhia-gharsallaoui/watervalues documentation built on Dec. 1, 2022, 5:18 a.m.