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

  /src/lib/libm/complex/
casinh.c 40 w = -1.0 * I * casin(z * I);
cacos.c 41 w = casin(z);
casin.c 1 /* $NetBSD: casin.c,v 1.1 2007/08/20 16:01:31 drochner Exp $ */
37 __weak_alias(casin, _casin)
41 casin(double complex z)
50 #if 0 /* MD: test is incorrect, casin(>1) is defined */
55 mtherr ("casin", DOMAIN);
catrig.c 36 __weak_alias(casin, _casin)
90 * The functions casin(h) and cacos(h) are about 2.5 times slower than asinh.
93 * The code for casinh, casin, cacos, and cacosh comes first. The code is
103 * | casinh, casin, cacos, cacosh |
355 * casin(z) = reverse(casinh(reverse(z)))
359 casin(double complex z) function in typeref:typename:double complex
367 * cacos(z) = PI/2 - casin(z)
catrigl.c 439 __strong_alias(_casinl, casin)
  /src/include/
complex.h 25 /* 7.3.5.2 The casin functions */
26 double complex casin(double complex);
  /src/lib/libm/src/
namespace.h 18 #define casin _casin macro

Completed in 16 milliseconds