R/is.notinf.R

"is.notinf" <-
function(x)
{
result<-(x==Inf)+(x==-Inf)
result<-!as.logical(result)

return(result)
}

Try the GLDEX package in your browser

Any scripts or data that you put into this service are public.

GLDEX documentation built on Aug. 21, 2023, 9:08 a.m.