is.wholenumber: Check Wholenumbers

View source: R/utils.R

is.wholenumberR Documentation

Check Wholenumbers

Description

Check Wholenumbers

Usage

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

Arguments

x

numeric.

tol

the smallest positive floating-point number x such that 1 + x != 1.

Value

A logical scalar.


heemod documentation built on July 26, 2023, 5:45 p.m.