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