Skip to content

Commit c17b177

Browse files
dgrunwald-qttkoeppe
authored andcommitted
[cmath.syn] Fix hypot(long double,long double) overload
1 parent 578c39a commit c17b177

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
@@ -10163,7 +10163,7 @@
1016310163

1016410164
float hypot(float x, float y); // see \ref{library.c}
1016510165
double hypot(double x, double y);
10166-
long double hypot(double x, double y); // see \ref{library.c}
10166+
long double hypot(long double x, long double y); // see \ref{library.c}
1016710167
float hypotf(float x, float y);
1016810168
long double hypotl(long double x, long double y);
1016910169

0 commit comments

Comments
 (0)