From 511529dcefc0ca886158c3f057b9915ca90c7ce9 Mon Sep 17 00:00:00 2001 From: Dominic Chang Date: Tue, 20 Feb 2024 09:57:32 -0500 Subject: [PATCH] Fix typo in doi for Elliptic F reference --- src/JacobiElliptic.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JacobiElliptic.jl b/src/JacobiElliptic.jl index d5eafb4..6c7a8e4 100644 --- a/src/JacobiElliptic.jl +++ b/src/JacobiElliptic.jl @@ -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}}.``