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

  /src/lib/libm/complex/
catanh.c 40 w = -1.0 * I * catan(z * I);
catan.c 1 /* $NetBSD: catan.c,v 1.2 2011/07/03 06:45:24 mrg Exp $ */
39 __weak_alias(catan, _catan)
45 catan(double complex z)
76 mtherr ("catan", OVERFLOW);
catrig.c 39 __weak_alias(catan, _catan)
91 * The functions catan(h) are a little under 2 times slower than atanh.
96 * The code for catanh and catan comes at the end. It is much simpler than
515 * | catanh, catan |
653 * catan(z) = reverse(catanh(reverse(z)))
657 catan(double complex z) function in typeref:typename:double complex
catrigl.c 440 __strong_alias(_catanl, catan)
  /src/include/
complex.h 30 /* 7.3.5.1 The catan functions */
31 double complex catan(double complex);
  /src/lib/libm/src/
namespace.h 21 #define catan _catan macro

Completed in 15 milliseconds