File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 157
157
Equivalently, a call to a C standard library function is
158
158
a non-constant library call
159
159
if \tcode {errno} is set
160
- when math \tcode {errhandling \& MATH ERRNO } is \tcode {true}.
160
+ when \tcode {math_errhandling \& MATH_ERRNO } is \tcode {true}.
161
161
\end {note }
162
162
163
163
\rSec 1[description]{Method of description}
Original file line number Diff line number Diff line change 9677
9677
constexpr float ceilf(float x);
9678
9678
constexpr long double ceill(long double x);
9679
9679
9680
- float floor(float x); // see \ref {library.c }
9681
- double floor(double x);
9682
- long double floor(long double x); // see \ref {library.c }
9683
- float floorf(float x);
9684
- long double floorl(long double x);
9680
+ constexpr float floor(float x); // see \ref {library.c }
9681
+ constexpr double floor(double x);
9682
+ constexpr long double floor(long double x); // see \ref {library.c }
9683
+ constexpr float floorf(float x);
9684
+ constexpr long double floorl(long double x);
9685
9685
9686
9686
float nearbyint(float x); // see \ref {library.c }
9687
9687
double nearbyint(double x);
You can’t perform that action at this time.
0 commit comments