Home
last modified time | relevance | path

Searched refs:float_erf (Results 1 – 4 of 4) sorted by relevance

/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dfloathmath.h307 char float_erf(floatnum x, int digits);
H A Dfloathmath.c571 float_erf(floatnum x, int digits) in float_erf() function
H A Dhmath.cpp1935 call1Arg(result.d, x.d, float_erf); in erf()
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/tests/
H A Dtestfloatnum.c6767 if (!float_erf(&x,100) || !float_iszero(&x)) in test_erf()
6770 if (!float_erf(&x, 100) || float_cmp(&x, &c1) != 0) in test_erf()
6774 if (!float_erf(&x, 100) || !float_erf(&x1, 100)) in test_erf()
6797 if(!float_erf(&x, prec) || !float_erf(&x1, prec+4)) in test_erf()