We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca19690 commit 180b4c7Copy full SHA for 180b4c7
source/numerics.tex
@@ -9761,7 +9761,7 @@
9761
9762
// \ref{sf.cmath.ellint.3}, incomplete elliptic integral of the third kind
9763
@\placeholdernc{floating-point-type}@ ellint_3(@\placeholdernc{floating-point-type}@ k, @\placeholdernc{floating-point-type}@ nu,
9764
- @\placeholdernc{floating-point-type}@ phi);
+ @\placeholdernc{floating-point-type}@ phi);
9765
float ellint_3f(float k, float nu, float phi);
9766
long double ellint_3l(long double k, long double nu, long double phi);
9767
0 commit comments