Learn R Programming

ChemoSpec (version 2.0-2)

isWholeNo: Determine if a Number is a Whole Number

Description

This function determines if a given number is a whole number within a given tolerance. Taken from the help page of is.integer.

Usage

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

Arguments

Value

A logical, indicating the outcome of the test.

References

http://academic.depauw.edu/~hanson/ChemoSpec/ChemoSpec.html

See Also

is.integer