argument
complex argument function
Calling Sequence
Parameters
Description
Examples
argument(z)
z
-
algebraic expression
The argument function returns the principal value of the argument of the complex-valued expression z. This means that argument(z) = t specifies = where .
From the previous definition, for an arbitrary complex number , if . If , then .
For the case , if is the special floating-point value , argument returns a floating-point approximation to -Pi. For the case where but is not equal to the special floating-point value , if and otherwise .
For more information about the special floating-point value , see Numeric Computation in Maple.
Consider the following examples.
For , argument(z) is always negative.
For , argument(z) is always positive.
For , argument(z) is zero or .
For exact numbers and in other situations, argument returns an expression using arctan.
See Also
arctan
evalc
initialfunctions
parameter
polar
Re
signum
Download Help Document