Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__ceilf
usr/src/head/iso/math_iso.h
107
extern float __ceilf(float);
usr/src/head/iso/math_iso.h
163
inline float ceil(float __X) { return __ceilf(__X); }