SpecialMath: Special mathematical functions.

21-Special MathR Documentation

Special mathematical functions.

Description

Special mathematical functions.

Usage

## S4 method for signature 'Rcpp_MPCR'
gamma(x)

## S4 method for signature 'Rcpp_MPCR'
lgamma(x)

Arguments

x

An MPCR object.

Value

An MPCR object of the same dimensions as the input.

Examples


library(MPCR)

x <- as.MPCR(1:20,precision="double")
lgamma(x)


MPCR documentation built on April 13, 2025, 5:08 p.m.