13-Log | R Documentation |
exp/log functions.
## S4 method for signature 'Rcpp_MPCR'
exp(x)
## S4 method for signature 'Rcpp_MPCR'
expm1(x)
## S4 method for signature 'Rcpp_MPCR'
log(x, base = 1)
## S4 method for signature 'Rcpp_MPCR'
log10(x)
## S4 method for signature 'Rcpp_MPCR'
log2(x)
x |
An MPCR object. |
base |
The logarithm base. If base = 1, exp(1) is assumed, only base 1,2, and 10 available. |
An MPCR object of the same dimensions as the input.
library(MPCR)
x <- as.MPCR(1:20,precision="double")
log(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.