Miscellaneous: Miscellaneous mathematical functions

14-MiscmathR Documentation

Miscellaneous mathematical functions

Description

Miscellaneous mathematical functions.

Usage

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

## S4 method for signature 'Rcpp_MPCR'
sqrt(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")
sqrt(x)


MPCR documentation built on Aug. 23, 2026, 5:10 p.m.

Related to Miscellaneous in MPCR...