Searched refs:n_zero (Results 1 – 8 of 8) sorted by relevance
16 var n_zero = -p_zero; variable25 assert(isSameZero(Math.tanh(n_zero), n_zero));
16 var n_zero = -p_zero; variable25 assert(isSameZero(Math.sinh(n_zero), n_zero));
16 var n_zero = -p_zero; variable25 assert(isSameZero(Math.cbrt(n_zero), n_zero));
16 var n_zero = -p_zero; variable26 assert(isSameZero(Math.log1p(n_zero), n_zero));
16 var n_zero = -p_zero; variable25 assert(isSameZero(Math.expm1(n_zero), n_zero));
16 var n_zero = -p_zero; variable20 assert(Math.cosh(n_zero) === 1);
16 var n_zero = -p_zero; variable21 assert(Math.log10(n_zero) === Number.NEGATIVE_INFINITY);
16 var n_zero = -p_zero; variable21 assert(Math.log2(n_zero) === Number.NEGATIVE_INFINITY);