EqualityWithinToleranceFact 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

Represents the claim that a classical floating point value has the expected value up to a given absolute tolerance.

function EqualityWithinToleranceFact (actual : Double, expected : Double, tolerance : Double) : Unit

Input

actual : Double

The number to be checked.

expected : Double

The expected value.

tolerance : Double

Absolute tolerance on the difference between actual and expected.

Output : Unit