15-Miscmath | R Documentation |
Miscellaneous mathematical functions.
## S4 method for signature 'Rcpp_MPCR'
abs(x)
## S4 method for signature 'Rcpp_MPCR'
sqrt(x)
x |
An MPCR object. |
An MPCR object of the same dimensions as the input.
library(MPCR)
x <- as.MPCR(1:20,precision="double")
sqrt(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.