Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

casin(3m) [hpux man page]

casin(3M)																 casin(3M)

NAME
casin(), casinf(), casinl(), casinw(), casinq() - complex arcsine functions SYNOPSIS
DESCRIPTION
These functions are available only for Integrity servers. returns the complex arcsine of z, in the range of a strip mathematically unbounded along the imaginary axis and in the interval [-Pi/2,+Pi/2] along the real axis. Branch cuts are outside the interval [-1,+1] along the real axis. is a version of it takes a argument and returns a result. is a version of it takes a argument and returns a result. is an version of it takes an argument and returns an result. is equivalent to on HP-UX systems. USAGE
To use these functions, compile with the default option. To use compile with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. RETURN VALUE
= and is an odd function. returns 0+i0. returns Pi/2+iInf for positive-signed finite y. returns NaN+iNaN and may raise the invalid exception for finite y. returns +0+iInf for positive-signed finite x. returns Pi/4+iInf. returns NaN+iInf. returns +0+iNaN. returns NaN+iNaN and may raise the invalid exception for finite nonzero x. (where the sign of the imaginary part of the result is unspecified). returns NaN+iNaN. ERRORS
No errors are defined. SEE ALSO
asin(3M), asinh(3M), csin(3M), complex(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex G, ``IEC 60559-compatible complex arithmetic'') HP Integrity Server Only casin(3M)

Check Out this Related Man Page

cacos(3M)																 cacos(3M)

NAME
cacos(), cacosf(), cacosl(), cacosw(), cacosq() - complex arccosine functions SYNOPSIS
DESCRIPTION
These functions are available only for Integrity servers. returns the complex arccosine of z, in the range of a strip mathematically unbounded along the imaginary axis and in the interval [0,Pi] along the real axis. Branch cuts are outside the interval [-1,+1] along the real axis. is a version of it takes a argument and returns a result. is a it takes a argument and returns a result. is an version of it takes an argument and returns an result. is equivalent to on HP-UX systems. USAGE
To use these functions, compile with the default option. To use compile with the option. Make sure your program includes and link in the math library by specifying on the compiler or linker command line. RETURN VALUE
= returns Pi/2-i0. returns Pi/2+iNaN. returns Pi/2-iInf, for finite x. returns NaN+iNaN and optionally raises the invalid floating-point exception, for nonzero finite x. returns Pi-iInf, for positive-signed finite y. returns +0-iInf, for positive-signed finite y. returns 3Pi/4-iInf. returns Pi/4-iInf. (where the sign of the imaginary part of the result is unspecified). returns NaN+iNaN and optionally raises the invalid floating-point exception, for finite y. returns NaN-iInf. returns NaN+iNaN. ERRORS
No errors are defined. SEE ALSO
acos(3M), ccos(3M), complex(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex G, ``IEC 60559-compatible complex arithmetic'') HP Integrity Server Only cacos(3M)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

rules in title casing

what program is approriate to write a title casing if i want to use lowercase in title name for example MCDONALD or MR A MCDONALD into Mr A. McDonald and the use of apostrophe(') like D'Marco. A sample of code would be helpful. Thanks. (1 Reply)
Discussion started by: jade_dee1999
1 Replies