14-Mathis | R Documentation |
Finite, infinite, and NaNs.
## S4 method for signature 'Rcpp_MPCR'
is.finite(x)
## S4 method for signature 'Rcpp_MPCR'
is.infinite(x)
## S4 method for signature 'Rcpp_MPCR'
is.nan(x)
x |
An MPCR object. |
A bool vector/matrix of the same dimensions as the input.
library(MPCR)
x <- as.MPCR(1:20,precision="double")
is.nan(sqrt(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.