PlusCP function
Fully qualified name: Std.Math.PlusCP
function PlusCP(a : ComplexPolar, b : ComplexPolar) : ComplexPolar
Summary
Returns the sum of two inputs of type ComplexPolar
.
Input
a
The first input a to be summed.
b
The second input b to be summed.
Output
The sum a + b.