DividedByC function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Math

Package: Microsoft.Quantum.Standard

Returns the quotient of two inputs.

function DividedByC (a : Microsoft.Quantum.Math.Complex, b : Microsoft.Quantum.Math.Complex) : Microsoft.Quantum.Math.Complex

Input

a : Complex

The first input $a$ to be divided.

b : Complex

The second input $b$ to be divided.

Output : Complex

The quotient $a / b$.