is.wholenumber: Utility function to test if x is "numerically" integer wrt...

View source: R/write_fwf4.r

is.wholenumberR Documentation

Utility function to test if x is "numerically" integer wrt machine epsilon taken from example section of help of is.integer

Description

Utility function to test if x is "numerically" integer wrt machine epsilon taken from example section of help of is.integer

Usage

is.wholenumber(x, tol = .Machine[["double.eps"]]^0.5)

Arguments

x

value to check if it is "integer"

tol

tolerace


r4ss documentation built on May 28, 2022, 1:11 a.m.