Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.PlusC
function PlusC(a : Complex, b : Complex) : Complex
Summary
Returns the sum of two inputs of type Complex
.
Input
a
The first input a to be summed.
b
The second input b to be summed.
Output
The sum a + b.