Learn R Programming

flint (version 0.0.4)

Fast Library for Number Theory

Description

An R interface to 'FLINT' , a C library for number theory. 'FLINT' extends GNU 'MPFR' and GNU 'MP' with support for operations on standard rings (the integers, the integers modulo n, finite fields, the rational, p-adic, real, and complex numbers) as well as matrices and polynomials over rings. 'FLINT' implements midpoint-radius interval arithmetic, also known as ball arithmetic, in the real and complex numbers, enabling computation in arbitrary precision with rigorous propagation of rounding errors; see Johansson (2017) . Finally, 'FLINT' provides ball arithmetic implementations of many special mathematical functions, with high coverage of reference works such as the NIST Digital Library of Mathematical Functions . The R interface defines S4 classes, generic functions, and methods for representation and basic operations as well as plain R functions mirroring and vectorizing entry points in the C library.

Copy Link

Version

Install

install.packages('flint')

Version

0.0.4

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Mikael Jagan

Last Published

March 24th, 2025

Functions in flint (0.0.4)

acb-class

Arbitrary Precision Floating-Point Complex Numbers with Error Bounds
Constants

Mathematical Constants Represented to Arbitrary Precision
arb_hypgeom_gamma

Gamma and Related Functions
arb_lambertw

Lambert W function
acf-class

Arbitrary Precision Floating-Point Complex Numbers
arb_hypgeom_2f1

Hypergeometric Functions
arb_dirichlet_zeta

Zeta and Related Functions
arb_hypgeom_gamma_lower

Incomplete Gamma and Related Functions
flint-deprecated

Deprecated Functions in Package flint
flint-package

R Package flint
flint-notyet

Not Yet Implemented Functions in Package flint
c.flint

Concatenate Vectors
flint-class

Class of FLINT-Type Vectors
flint-defunct

Defunct Functions in Package flint
fmpz-class

Arbitrary Precision Signed Integers
arf-class

Arbitrary Precision Floating-Point Real Numbers
format-methods

Format FLINT-type Numbers as Strings
fmpq-class

Arbitrary Precision Rational Numbers
ulong-class

Fixed Precision Unsigned and Signed Integers
mag-class

Fixed Precision Magnitude (Error) Bounds
Part

Get or Set One Part of a Vector
arb-class

Arbitrary Precision Floating-Point Real Numbers with Error Bounds