-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.12 KB
/
DESCRIPTION
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
Type: Package
Package: jacobi
Title: Jacobi Theta Functions and Related Functions
Version: 3.1.1
Authors@R: c(
person("Stéphane", "Laurent", , "[email protected]", role = c("aut", "cre")),
person("Mikael", "Fremling", role = "aut",
comment = "author of the original Fortran code for the theta functions")
)
Description: Evaluation of the Jacobi theta functions and related
functions: Weierstrass elliptic function, Weierstrass sigma function,
Weierstrass zeta function, Klein j-function, Dedekind eta function,
lambda modular function, Jacobi elliptic functions, Neville theta
functions, Eisenstein series, lemniscate elliptic functions, elliptic
alpha function, Rogers-Ramanujan continued fractions, and Dixon
elliptic functions. Complex values of the variable are supported.
License: GPL-3
URL: https://github.com/stla/jacobi
BugReports: https://github.com/stla/jacobi/issues
Imports:
Carlson,
Rcpp (>= 1.0.8),
rgl,
Rvcg
Suggests:
testthat (>= 3.0.0),
elliptic,
RcppColors
LinkingTo:
Rcpp
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3