NearEqualityFactCP 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.Diagnostics

Package: Microsoft.Quantum.Standard

Asserts that a classical complex number has the expected value up to a small tolerance of 1e-10.

function NearEqualityFactCP (actual : Microsoft.Quantum.Math.ComplexPolar, expected : Microsoft.Quantum.Math.ComplexPolar) : Unit

Input

actual : ComplexPolar

The number to be checked.

expected : ComplexPolar

The expected value.

Output : Unit