HomeSort by: relevance | last modified time | path
    Searched refs:catanh (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libm/complex/
catanh.c 1 /* $NetBSD: catanh.c,v 1.1 2007/08/20 16:01:32 drochner Exp $ */
36 catanh(double complex z) function
catrig.c 96 * The code for catanh and catan comes at the end. It is much simpler than
515 * | catanh, catan |
578 * catanh(z) = log((1+z)/(1-z)) / 2
582 * catanh(z) = z + O(z^3) as z -> 0
584 * catanh(z) = 1/z + sign(y)*I*PI/2 + O(1/z^3) as z -> infinity
586 * Re(catanh(z)) = x/|z|^2 + O(x/z^4)
590 catanh(double complex z) function
608 /* catanh(+-Inf + I*NaN) = +-0 + I*NaN */
611 /* catanh(NaN + I*+-Inf) = sign(NaN)0 + I*+-PI/2 */
653 * catan(z) = reverse(catanh(reverse(z))
    [all...]
catrigl.c 444 __strong_alias(catanhl, catanh)
  /src/include/
complex.h 61 /* 7.3.6.3 The catanh functions */
62 double complex catanh(double complex);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
complex.d 58 cdouble catanh(cdouble z);
tgmath.d 139 deprecated alias core.stdc.complex.catanh atanh;
639 deprecated alias core.stdc.complex.catanh atanh;
1129 deprecated alias core.stdc.complex.catanh atanh;
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 621 extern complex double catanh (complex double z);
configure 25812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanh" >&5
25813 $as_echo_n "checking for catanh... " >&6; }
25830 int (*ptr)() = (int (*)())catanh;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 621 extern complex double catanh (complex double z);
configure 25647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanh" >&5
25648 $as_echo_n "checking for catanh... " >&6; }
25665 int (*ptr)() = (int (*)())catanh;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 1809 complex double catanh (complex double z);
1812 catanh (complex double z) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 1809 complex double catanh (complex double z);
1812 catanh (complex double z) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 221 __tg_atanh(double _Complex __x) {return catanh(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 371 {"catanh", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 371 {"catanh", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18889 catanh(tmpd);
20589 catanh(tmpd);
    [all...]

Completed in 87 milliseconds