Skip to content

Commit 60e2803

Browse files
Eisenwavetkoeppe
authored andcommitted
[cmath.syn] fix misaligned parameter lists
1 parent cc69fc0 commit 60e2803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9193,13 +9193,13 @@
91939193
constexpr long double fminl(long double x, long double y);
91949194

91959195
constexpr @\placeholder{floating-point-type}@ fma(@\placeholder{floating-point-type}@ x, @\placeholder{floating-point-type}@ y,
9196-
@\placeholder{floating-point-type}@ z);
9196+
@\placeholder{floating-point-type}@ z);
91979197
constexpr float fmaf(float x, float y, float z);
91989198
constexpr long double fmal(long double x, long double y, long double z);
91999199

92009200
// \ref{c.math.lerp}, linear interpolation
92019201
constexpr @\placeholder{floating-point-type}@ lerp(@\placeholder{floating-point-type}@ a, @\placeholder{floating-point-type}@ b,
9202-
@\placeholder{floating-point-type}@ t) noexcept;
9202+
@\placeholder{floating-point-type}@ t) noexcept;
92039203

92049204
// \ref{c.math.fpclass}, classification / comparison functions
92059205
constexpr int fpclassify(@\placeholder{floating-point-type}@ x);

0 commit comments

Comments
 (0)