is.wholenumber: Check whole Numbers

View source: R/utils.R

is.wholenumberR Documentation

Check whole Numbers

Description

Check whole Numbers

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 May 29, 2024, 8:17 a.m.