Searched refs:lsine (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/bsdsrc/
H A Db_tgamma.c280 struct Double lg, lsine; local
300 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
301 lg.a -= lsine.a; /* exact (opposite signs) */
302 lg.b -= lsine.b;

Completed in 58 milliseconds