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