moiseevigor / elliptic

Elliptic functions for Matlab and Octave
http://moiseevigor.github.io/elliptic
15 stars 5 forks source link

Wrong result for 3rd kind, where correct result expected #18

Open ramcdona opened 8 years ago

ramcdona commented 8 years ago

The documentation for elliptic123 leads me to believe that this call should be in the range that Passes.

[K,E,Pi]=elliptic123(0.358, 0.99958)

However, when I compare it with the built-in ellipticPi(0.9958, 0.358), I get very different results.