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)
thingfun(z, complex=FALSE)
crit(...)
lpham(x,n)

Arguments

i

Numerical vector of suspected integers

tol

Tolerance

x

Argument to isgood() and lpham()

z

Complex vector

complex

In function thingfun(), Boolean with default FALSE meaning to return the modulus of the transforms and TRUE meaning to return the complex values themselves

n

second argument to lpham()

...

Ignored

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 0,\pm 1,\pm 2,\ldots [ie not the Gaussian integers].

Author(s)

Robin K. S. Hankin

Examples


is.near_integer(-3)

is.zero(4)

[Package hypergeo version 1.2-13 Index]