DividedByC function

Fully qualified name: Std.Math.DividedByC

function DividedByC(a : Complex, b : Complex) : Complex

Summary

Returns the quotient of two inputs of type Complex.

Input

a

The first input a to be divided.

b

The second input b to be divided.

Output

The quotient a / b.