is.wholenumber: Whole Number or Not

View source: R/ibd.R

is.wholenumberR Documentation

Whole Number or Not

Description

Checks whether a given number is whole number or not.

Usage

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

Arguments

x

a number

tol

tolerance. Default is tol = .Machine$double.eps^0.5

Value

Returns TRUE or FALSE

Author(s)

Baidya Nath Mandal <mandal.stat@gmail.com>


ibd documentation built on May 29, 2024, 12:11 p.m.

Related to is.wholenumber in ibd...