NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
erfcf
include/math.h
405
float erfcf(float);
tests/lib/libm/t_erf.c
243
ATF_CHECK(isnan(erfcf(x)) != 0);
tests/lib/libm/t_erf.c
256
if (erfcf(x) != 2.0)
tests/lib/libm/t_erf.c
269
float y = erfcf(x);