SpecialMath: Special mathematical functions.

20-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 Aug. 23, 2026, 5:10 p.m.

Related to SpecialMath in MPCR...