is.whole {psichomics}R 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


[Package psichomics version 1.18.6 Index]