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