Searched refs:ccosh (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | ccos.c | 38 * = ccosh(i*(-z)) = ccosh(i*(-x-yi)) 39 * = ccosh(y-ix) 54 return (ccosh(z));
|
H A D | ccosh.c | 30 #pragma weak __ccosh = ccosh 34 * dcomplex ccosh(dcomplex z); 63 * ccosh(0,0)=(1,0) 64 * ccosh(0,inf)=(NaN,+-0) 65 * ccosh(0,NaN)=(NaN,+-0) 66 * ccosh(x,inf) = (NaN,NaN) for finite non-zero x 67 * ccosh(x,NaN) = (NaN,NaN) for finite non-zero x 68 * ccosh(inf,0) = (inf, 0) 69 * ccosh(inf,y) = (inf*cos(y),inf*sin(y)) for finite non-zero y 70 * ccosh(in 82 ccosh(dcomplex z) { function [all...] |
/illumos-gate/usr/src/head/ |
H A D | complex.h | 86 extern double complex ccosh(double complex);
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 35 ccosh.3m \
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 449 ccosh.o \ 753 ../common/complex/ccosh.c \
|
Completed in 62 milliseconds