Skip to content

Commit

Permalink
Fix typo in doi for Elliptic F reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-chang authored Feb 20, 2024
1 parent 5cc4181 commit 511529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JacobiElliptic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const HALF_PI = π/2
const ONE_DIV_PI = inv(π)

############################################################################
# Complete Elliptic Integrals (https://doi.org/T(10).1007/s10569-009-9228-z)
# Complete Elliptic Integrals (https://doi.org/10.1007/s10569-009-9228-z)
############################################################################
"""
``K(m) = \\int_0^{\\pi/2}\\frac{d\\theta}{\\sqrt{1-k^2\\sin(\\theta)^2}}.``
Expand Down

0 comments on commit 511529d

Please sign in to comment.