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

  /src/lib/libm/complex/
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)
  /src/lib/libm/src/
namespace.h 18 #define casin _casin macro

Completed in 91 milliseconds