Manual Pages for UNIX Darwin command on man casinhl
MyWebUniversity

Manual Pages for UNIX Darwin command on man casinhl

CASINH(3) BSD Library Functions Manual CASINH(3)

NAME

ccaassiinnhh - complex inverse hyperbolic sine function

SYNOPSIS

double complex ccaassiinnhh(double complex z); long double complex ccaassiinnhhll(long double complex z); float complex ccaassiinnhhff(float complex z);

DESCRIPTION

ccaassiinnhh(z) computes the inverse hyperbolic sine of the complex floating-

point number z, with branch cuts outside the interval [-i, i] along the

imaginary axis. ccaassiinnhh() returns values in a strip of the complex plane with imaginary

part in the interval [-Pi/2, Pi/2].

For all complex floating point numbers z, casinh(conj(z)) = conj(casinh(z)).

casinh(-z) = -casinh(z)

SSPPEECCIIAALL VVAALLUUEESS The symmetries of casinh() are used to abbreviate the specification of special values. ccaassiinnhh(0 + 0i) returns 0 + 0 i.

ccaassiinnhh(x + inf i) returns inf + Pi/2 i, for finite positive-signed x.

ccaassiinnhh(x + NaN i) returns NaN + NaN i, for finite x.

ccaassiinnhh(inf + yi) returns inf + 0i, for finite positive-signed y.

ccaassiinnhh(inf + inf i) returns inf + Pi/4 i. ccaassiinnhh(inf + NaN i) returns inf + NaN i. ccaassiinnhh(NaN + 0i) returns NaN + 0i. ccaassiinnhh(NaN + yi) returns NaN + NaN i, for finite y. ccaassiinnhh(NaN + inf i) returns inf + NaN i. ccaassiinnhh(NaN + NaN i) returns NaN + NaN i. NNOOTTEESS

SEE ALSO

csinh(3) complex(3) STANDARDS The ccaassiinnhh() function conforms to ISO/IEC 9899:1999(E). 4th Berkeley Distribution November 9, 2006 4th Berkeley Distribution




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™