Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fma
headers/posix/math.h
216
extern double fma(double x, double y, double z);
src/system/libroot/posix/musl/math/fmal.c
33
return fma(x, y, z);