is.whole: Check if a number is whole

View source: R/utils.R

is.wholeR Documentation

Check if a number is whole

Description

Check if a number is whole

Usage

is.whole(x, tol = .Machine$double.eps^0.5)

Arguments

x

Object to be tested

tol

Numeric: tolerance used for comparison

Value

TRUE if number is whole; otherwise, FALSE


nuno-agostinho/psichomics documentation built on Feb. 11, 2024, 11:16 p.m.