File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9193
9193
constexpr long double fminl(long double x, long double y);
9194
9194
9195
9195
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);
9197
9197
constexpr float fmaf(float x, float y, float z);
9198
9198
constexpr long double fmal(long double x, long double y, long double z);
9199
9199
9200
9200
// \ref {c.math.lerp }, linear interpolation
9201
9201
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;
9203
9203
9204
9204
// \ref {c.math.fpclass }, classification / comparison functions
9205
9205
constexpr int fpclassify(@\placeholder {floating-point-type}@ x);
You can’t perform that action at this time.
0 commit comments