Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cexpl(3m) [hpux man page]

cexp(3M)																  cexp(3M)

NAME
cexp(), cexpf(), cexpl(), cexpw(), cexpq() - complex exponential functions SYNOPSIS
DESCRIPTION
returns the complex base-e exponential of z. 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
= returns 1+i0. returns NaN+iNaN and raises the invalid floating-point exception, for finite x. returns NaN+iNaN and optionally raises the invalid floating-point exception, for finite x. returns +Inf+i0. returns for finite y. returns for finite nonzero y. (where the signs of the real and imaginary parts of the result are unspecified). and raises the invalid floating-point exception (where the sign of the real part of the result is unspecified). (where the signs of the real and imaginary parts of the result are unspecified). (where the sign of the real part of the result is unspecified). returns NaN+i0. returns NaN+iNaN and optionally raises the invalid floating-point exception, for all non-zero numbers y. returns NaN+iNaN. ERRORS
No errors are defined. SEE ALSO
exp(3M), cis(3M), clog(3M), complex(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex G, "IEC 60559-compatible complex arithmetic") HP Integrity Server Only cexp(3M)

Check Out this Related Man Page

cexp(3M)																  cexp(3M)

NAME
cexp(), cexpf(), cexpl(), cexpw(), cexpq() - complex exponential functions SYNOPSIS
DESCRIPTION
returns the complex base-e exponential of z. 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
= returns 1+i0. returns NaN+iNaN and raises the invalid floating-point exception, for finite x. returns NaN+iNaN and optionally raises the invalid floating-point exception, for finite x. returns +Inf+i0. returns for finite y. returns for finite nonzero y. (where the signs of the real and imaginary parts of the result are unspecified). and raises the invalid floating-point exception (where the sign of the real part of the result is unspecified). (where the signs of the real and imaginary parts of the result are unspecified). (where the sign of the real part of the result is unspecified). returns NaN+i0. returns NaN+iNaN and optionally raises the invalid floating-point exception, for all non-zero numbers y. returns NaN+iNaN. ERRORS
No errors are defined. SEE ALSO
exp(3M), cis(3M), clog(3M), complex(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex G, "IEC 60559-compatible complex arithmetic") HP Integrity Server Only cexp(3M)
Man Page