Searched defs:__k_cexpl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c32 * long double __k_cexpl(long double x, int *n);
33 * Returns the exponential of x in the form of 2**n * y, y=__k_cexpl(x,&n).
71 #include "libm.h" /* __k_cexpl */
241 __k_cexpl(long double x, int *n) { function

Completed in 52 milliseconds