Searched refs:catan (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | catanh.c | 35 * catanh(z) = -i catan(iz) 36 * = -i catan(-y+ix) 37 * = (Im(catan(-y+ix)), -Re(catan(-y+ix))) 53 ct = catan(z);
|
H A D | catan.c | 30 #pragma weak __catan = catan 34 * dcomplex catan(dcomplex z); 55 * Note that: if catan( x, y) = ( u, v), then 56 * catan(-x, y) = (-u, v) 57 * catan( x,-y) = ( u,-v) 59 * Also, catan(x,y) = -i*catanh(-y,x), or 60 * catanh(x,y) = i*catan(-y,x) 61 * So, if catanh(y,x) = (v,u), then catan(x,y) = -i*(-v,u) = (u,v), i.e., 62 * catan(x,y) = (u,v) 65 * catan( 92 catan(dcomplex z) { function [all...] |
/illumos-gate/usr/src/head/ |
H A D | complex.h | 83 extern double complex catan(double complex);
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 31 catan.3m \
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 441 catan.o \ 745 ../common/complex/catan.c \
|
Completed in 81 milliseconds