Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-chang committed Sep 30, 2024
2 parents 297a2fb + 325f1c5 commit 7bf5d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ JacobiEllipticZygoteExt = "Zygote"

[compat]
DocStringExtensions = "0.9"
Enzyme = "0.11, 0.12"
Enzyme = "0.11, 0.12, 0.13"
ForwardDiff = "0.10"
StaticArrays = "1.6"
Zygote = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JacobiElliptic
JacobiElliptic is an implementation of Toshio Fukushima's & Billie C. Carlson's for calculating [Elliptic Integrals and Jacobi Elliptic Functions](https://ieeexplore.ieee.org/document/7203795).
The defaul algorithms are set to the Carlson algorithms.
The default algorithms are set to the Carlson algorithms.

## Features
- Type stable and preserving
Expand Down

0 comments on commit 7bf5d98

Please sign in to comment.