is.wholenumber: Utility function to check if a number is a whole number

Description Usage Arguments Value

View source: R/is.wholenumber.R

Description

Utility function to check if a number is a whole number

Usage

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

Arguments

x

The number to check

tol

The tolerance

Value

Boolean stating whether x is a whole number


kkbrum/PSMOptimalCalipers documentation built on Dec. 21, 2021, 6:45 a.m.