Skip to content

Commit 180b4c7

Browse files
authored
[cmath.syn] Align function parameters of ellint_3
1 parent ca19690 commit 180b4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9761,7 +9761,7 @@
97619761

97629762
// \ref{sf.cmath.ellint.3}, incomplete elliptic integral of the third kind
97639763
@\placeholdernc{floating-point-type}@ ellint_3(@\placeholdernc{floating-point-type}@ k, @\placeholdernc{floating-point-type}@ nu,
9764-
@\placeholdernc{floating-point-type}@ phi);
9764+
@\placeholdernc{floating-point-type}@ phi);
97659765
float ellint_3f(float k, float nu, float phi);
97669766
long double ellint_3l(long double k, long double nu, long double phi);
97679767

0 commit comments

Comments
 (0)