TimesC function
Fully qualified name: Std.Math.TimesC
function TimesC(a : Complex, b : Complex) : Complex
Summary
Returns the product of two inputs of type Complex
.
Input
a
The first input a to be multiplied.
b
The second input b to be multiplied.
Output
The product a⋅b.