The Language-Integrated Quantum Operations (LIQUi|>) Simulator
ComplexAddition Operator |
Adds two Complex numbers.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static let inline (+) a : Complex * b : Complex : Complex
Parameters
- a
- Type: Microsoft.Research.LiquidComplex
The left-hand operand - b
- Type: Microsoft.Research.LiquidComplex
The right-hand operand
Return Value
Type: ComplexNThe sum of the two operands
