MinusCP function
Fully qualified name: Std.Math.MinusCP
function MinusCP(a : ComplexPolar, b : ComplexPolar) : ComplexPolar
Summary
Returns the difference between two inputs of type ComplexPolar
.
Input
a
The first input a to be subtracted.
b
The second input b to be subtracted.
Output
The difference a - b.