Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
atan2
usr/src/head/tgmath.h
78
#undef atan2
usr/src/head/tgmath.h
79
#define atan2(y, x) __tgmath_atan2(y, x)
usr/src/lib/libm/common/C/atan2.c
409
atan2(double oy, double ox) {