is.nonpos: Various utilities

Description Usage Arguments Details Note Author(s) Examples

Description

Various utilities needing nonce functions

Usage

1
2
3
4
5
6
7
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, +/-1, +/-2, ... [ie not the Gaussian integers].

Author(s)

Robin K. S. Hankin

Examples

1
2
3

hypergeo documentation built on May 2, 2019, 3:27 p.m.