Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cpowl(3m) [hpux man page]

cpow(3M)																  cpow(3M)

NAME
cpow(), cpowf(), cpowl(), cpoww(), cpowq() - complex power functions SYNOPSIS
DESCRIPTION
These functions are available only for Integrity servers. returns There is a branch cut for the first parameter along the negative real axis. is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. is an version of it takes a arguments 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 the value calculated by and raises the exceptions from that calculation, for non-zero y. (The intermediate calculations may be done to greater precision and range.) returns 1+i0. ERRORS
No errors are defined. SEE ALSO
cexp(3M), clog(3M), csqrt(3M), pow(3M), complex(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex G, ``IEC 60559-compatible complex arithmetic'') HP Integrity Server Only cpow(3M)

Check Out this Related Man Page

cpow(3M)																  cpow(3M)

NAME
cpow(), cpowf(), cpowl(), cpoww(), cpowq() - complex power functions SYNOPSIS
DESCRIPTION
These functions are available only for Integrity servers. returns There is a branch cut for the first parameter along the negative real axis. is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. is an version of it takes a arguments 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 the value calculated by and raises the exceptions from that calculation, for non-zero y. (The intermediate calculations may be done to greater precision and range.) returns 1+i0. ERRORS
No errors are defined. SEE ALSO
cexp(3M), clog(3M), csqrt(3M), pow(3M), complex(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex G, ``IEC 60559-compatible complex arithmetic'') HP Integrity Server Only cpow(3M)
Man Page

We Also Found This Discussion For You

1. Programming

Reading command line arguments and setting up values if option not provided

I have a C++ program. I read command line arguments, but if the value is not supplied, I default or make a calculation. Let's say I set it to a default value. I can code this in several ways. Here I show three ways. What would be the best way for maintaining this code? The program will get very... (2 Replies)
Discussion started by: kristinu
2 Replies