Learn R Programming

flint (version 0.1.5)

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 and other 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')

Monthly Downloads

374

Version

0.1.5

License

GPL (>= 2)

Maintainer

Mikael Jagan

Last Published

July 22nd, 2026

Functions in flint (0.1.5)

Part

Get or Set One Part of a Vector
OptionalCharacter-class

Unions of ‘NULL’ and Vector Classes
arb-class

Arbitrary Precision Floating-Point Real Numbers with Error Bounds
arb_hypgeom_bessel_j

Bessel and Related Functions
Constants

Mathematical Constants Represented to Arbitrary Precision
arb_dirichlet_zeta

Zeta and Related Functions
arb_hypgeom_2f1

Hypergeometric Functions
acb-class

Arbitrary Precision Floating-Point Complex Numbers with Error Bounds
TypeClass

Test What is Representable by a Type or Class
acf-class

Arbitrary Precision Floating-Point Complex Numbers
arb_lambertw

Lambert W function
c.flint

Concatenate Vectors
arf_rk

Numerical Solution of Systems of Ordinary Differential Equations
arb_hypgeom_gamma

Gamma and Related Functions
flint-defunct

Defunct Functions in Package flint
flint-class

Class of FLINT-Type Vectors
asVector

Coerce an Object to a Vector Class
arb_integrate

Integration of Functions of One Variable
arb_hypgeom_gamma_lower

Incomplete Gamma and Related Functions
arf-class

Arbitrary Precision Floating-Point Real Numbers
flint-package

R Package flint
flint-notyet

Not Yet Implemented Functions in Package flint
ulong-class

Fixed Precision Unsigned and Signed Integers
mag-class

Fixed Precision Magnitude (Error) Bounds
fmpq-class

Arbitrary Precision Rational Numbers
flint-deprecated

Deprecated Functions in Package flint
fmpz-class

Arbitrary Precision Signed Integers
format-methods

Format FLINT-type Numbers as Strings