is.nonpos {hypergeo}R Documentation

Various utilities

Description

Various utilities needing nonce functions

Usage

is.near_integer(i,  tol=getOption("tolerance"))
is.nonpos(i)
is.zero(i)
isgood(x, tol)

Arguments

i Numerical vector of suspected integers
tol Tolerance
x Argument to isgood()

Details

Note

Function isgood() uses zero as the default tolerance (argument tol passed in from hypergeo()); compare the different meaning of tol used in is.near_integer().

Here, “integer” means one of the sequence 1,2,... [ie not the Gaussian integers].

Author(s)

Robin K. S. Hankin

Examples

is.zero(4)

[Package hypergeo version 1.2-1 Index]