EqualityWithinToleranceFact function
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
反馈
提交和查看相关反馈