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

/freebsd-10.2-release/lib/msun/bsdsrc/
H A Db_tgamma.c279 struct Double lg, lsine; local
301 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;

Completed in 52 milliseconds