Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dgamma.c302 struct Double lg, lsine; local
325 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
326 lg.a -= lsine.a; /* exact (opposite signs) */
327 lg.b -= lsine.b;