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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cexp.c40 cexp(double complex z) function
51 /* cexp(x + I 0) = exp(x) + I 0 */
55 /* cexp(0 + I y) = cos(y) + I sin(y) */
61 /* cexp(finite|NaN +- I Inf|NaN) = NaN + I NaN */
64 /* cexp(-Inf +- I Inf|NaN) = 0 + I 0 */
67 /* cexp(+Inf +- I Inf|NaN) = Inf + I NaN */

Completed in 48 milliseconds