-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.75 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: flint
Version: 0.1.5
VersionNote: sync configure.ac, inst/NEWS.Rd
Date: 2026-01-29
Title: Fast Library for Number Theory
Description:
An R interface to 'FLINT' <https://flintlib.org/>, a C library for
number theory. 'FLINT' extends GNU 'MPFR' <https://www.mpfr.org/>
and GNU 'MP' <https://gmplib.org/> 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) <doi:10.1109/TC.2017.2690633>.
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
<https://dlmf.nist.gov/>. 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.
License: GPL (>= 2)
URL: https://github.com/jaganmn/flint
BugReports: https://github.com/jaganmn/flint/issues
Authors@R:
c(person("Mikael", "Jagan",
email = "jaganmn2@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3542-2938")),
person("Martin", "Maechler",
role = c("ctb"),
comment = c(ORCID = "0000-0002-8685-9910")))
Depends: R (>= 4.3), methods
Imports: stats
Enhances: Rmpfr, gmp
SystemRequirements: flint (>= 3), mpfr (>= 3.1), gmp
SystemRequirementsNote: purely informational as we use configure tests