Learn R Programming

⚠️There's a newer version (1.1-2) of this package.Take me there.

Rmpfr (version 0.4-4)

R MPFR - Multiple Precision Floating-Point Reliable

Description

Rmpfr provides S4 classes and methods for arithmetic including transcendental ("special") functions for arbitrary precision floating point numbers. To this end, it interfaces to the LGPL'ed MPFR (Multiple Precision Floating-Point Reliable) Library which itself is based on the GMP (GNU Multiple Precision) Library.

Copy Link

Version

Install

install.packages('Rmpfr')

Monthly Downloads

47,658

Version

0.4-4

License

GPL (>= 2)

Maintainer

Martin Maechler

Last Published

November 30th, 2011

Functions in Rmpfr (0.4-4)

array_or_vector-class

Auxiliary Class "array_or_vector"
mpfr-class

Class "mpfr" of Multiple Precision Floating Point Numbers
roundMpfr

Rounding to binary bits, "mpfr-internally"
mpfr.utils

MPFR Number Utilities
Bessel_mpfr

Bessel functions of Integer Order in multiple precisions
is.whole

Whole ("Integer") Numbers
integrateR

One-Dimensional Numerical Integration - in pure R
mpfr-utils

Rmpfr -- Utilities for Precision Setting, Printing, etc
formatMpfr

Formatting MPFR (multiprecision) Numbers
factorialMpfr

Factorial 'n!' in Arbitrary Precision
atomicVector-class

Virtual Class "atomicVector" of Atomic Vectors
bind-methods

"mpfr" '...' - Methods for Functions cbind(), rbind()
chooseMpfr

Binomial Coefficients and Pochhammer Symbol aka Rising Factorial
Mnumber-class

Class "Mnumber" of "mpfr" and regular numbers and arrays from them
seqMpfr

"mpfr" Sequence Generation
mpfr

Create "mpfr" Numbers (Objects)
pmax

Parallel Maxima and Minima
Bernoulli

Bernoulli Numbers in Arbitrary Precision
mpfrMatrix

Classes "mpfrMatrix" and "mpfrArray"
mpfr-special-functions

Special Mathematical Functions (MPFR)
mpfrArray

Construct "mpfrArray" almost as by 'array()'
unirootR

One Dimensional Root (Zero) Finding -- in pure R