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