Mantis - ALGLIB
Viewing Issue Advanced Details
573 Spec.functions major always 2013-10-21 15:33 2018-01-02 17:22
higuerap  
SergeyB  
normal  
assigned  
open  
none    
none  
Unspecified
0000573: Wrong result for Jacobian elliptic function 'Dn'
Going for:

alglib::jacobianellipticfunctions(u, m, sn, cn, dn, ph);

with: u = -13.3077 and m = 0.9162 yields:

sn alglib -1
cn alglib 3.06162e-16
dn alglib 0.147015

Sn and Cn are correct, while Dn, which should be sqrt(1-m*sn*sn) is 0.147015 instead of the expected 0.289482
Issue History
2013-10-21 15:33 higuerap New Issue
2013-10-21 15:33 higuerap Programming language => Unspecified
2018-01-02 17:22 SergeyB Status new => assigned
2018-01-02 17:22 SergeyB Assigned To => SergeyB

There are no notes attached to this issue.