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