Learn R Programming

flint (version 0.0.3)

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 arithmetic in standard rings (the integers, the integers modulo n, the rational, p-adic, real, and complex numbers) as well as vectors, matrices, polynomials, and power series 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 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.3

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Mikael Jagan

Last Published

February 23rd, 2025

Functions in flint (0.0.3)

arb-class

Arbitrary Precision Floating-Point Real Numbers with Error Bounds
arb_dirichlet_zeta

Zeta and Related Functions
arb_lambertw

Lambert W function
Constants

Mathematical Constants Represented to Arbitrary Precision
acb-class

Arbitrary Precision Floating-Point Complex Numbers with Error Bounds
arb_hypgeom_2f1

Hypergeometric Functions
acf-class

Arbitrary Precision Floating-Point Complex Numbers
arf-class

Arbitrary Precision Floating-Point Real Numbers
arb_hypgeom_gamma

Gamma and Related Functions
Part

Get or Set One Part of a Vector
mag-class

Fixed Precision Magnitude (Error) Bounds
flint-package

R Package flint
flint-notyet

Not Yet Implemented Functions in Package flint
fmpz-class

Arbitrary Precision Signed Integers
fmpq-class

Arbitrary Precision Rational Numbers
flint-defunct

Defunct Functions in Package flint
format-methods

Format FLINT-type Numbers as Strings
slong-class

Fixed Precision Unsigned and Signed Integers
c.flint

Concatenate Vectors
flint-deprecated

Deprecated Functions in Package flint
flint-class

Class of FLINT-Type Vectors