Cove - A Practical Quantum Computer Programming Framework
SquareRoot Method
NamespacesCove.ClassicalUtilitiesComplexSquareRoot()()()
Get the square root of this complex number.
Declaration Syntax
C#Visual BasicVisual C++
public Complex SquareRoot()
Public Function SquareRoot As Complex
public:
Complex^ SquareRoot()
Return Value
Returns the square root of this complex number. Every complex number has two square roots, if this returns complex number c then the other square root is -c.
Remarks
The implementation is based on http://www.mathpropress.com/stan/bibliography/complexSquareRoot.pdf

Assembly: Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)