Learn R Programming

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

flint (version 0.0.1)

Fast Library for Number Theory

Description

An R interface to 'FLINT' , a C library for number theory. 'FLINT' extends GNU 'MP' and GNU 'MPFR' 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 matching (and vectorizing) entry points in the C library.

Copy Link

Version

Install

install.packages('flint')

Monthly Downloads

329

Version

0.0.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Mikael Jagan

Last Published

February 17th, 2025

Functions in flint (0.0.1)

Part

Get or Set One Part of a Vector
arb_dirichlet_zeta

Zeta and Related Functions
arb_hypgeom_2f1

Hypergeometric Functions
arf-class

Arbitrary Precision Floating-Point Real Numbers
Constants

Mathematical Constants Represented to Arbitrary Precision
acb-class

Arbitrary Precision Floating-Point Complex Numbers with Error Bounds
arb_hypgeom_gamma

Gamma and Related Functions
acf-class

Arbitrary Precision Floating-Point Complex Numbers
arb_lambertw

Lambert W function
arb-class

Arbitrary Precision Floating-Point Real Numbers with Error Bounds
flint-defunct

Defunct Functions in Package flint
format-methods

Format FLINT-type Numbers as Strings
flint-notyet

Not Yet Implemented Functions in Package flint
fmpq-class

Arbitrary Precision Rational Numbers
c.flint

Concatenate Vectors
fmpz-class

Arbitrary Precision Signed Integers
flint-deprecated

Deprecated Functions in Package flint
flint-class

Class of FLINT-Type Vectors
mag-class

Fixed Precision Magnitude (Error) Bounds
flint-package

R Package flint
slong-class

Fixed Precision Unsigned and Signed Integers