HELP
An object that creates a PComplex (polar
complex) number from separate components.

USE
Use Build PComplex to create a PComplex
number from the magnitude and phase
components.  Units of the phase component are
determined by the Trig Mode setting under
Preferences.

LOCATION
Data ==> Build Data ==> PComplex

NOTES
If one of the inputs is an array, the other
input must be either a Scalar or an array of
the same size and shape.  Both inputs are
converted to type Real.  The output is of the
same shape as the inputs.  The input values'
mappings are ignored and the output PComplex
value is not mapped.

The phase of the initial value is
normalized to fall between pi and -pi
radians; the magnitude of the number is
converted positive if it was negative and the
phase angle was shifted 180 degrees.

SEE ALSO
Alloc PComplex, Build, Build Complex,
PComplex, Trig Mode, and UnBuild PComplex.
