Searched defs:exp2 (Results 1 - 1 of 1) sorted by last modified time

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_exp2.c51 /* exp2(z + eps) eps */
311 * exp2(x): compute the base 2 exponential of x
319 * Thus we have exp2(x) = 2**k * exp2(y).
323 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
326 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
329 * exp2t[i] = exp2(
342 exp2(double x) function
[all...]

Completed in 36 milliseconds