ContinuedFractionConvergentI 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.Math

Package: Microsoft.Quantum.Standard

Finds the continued fraction convergent closest to fraction with the denominator less or equal to denominatorBound

function ContinuedFractionConvergentI (fraction : Microsoft.Quantum.Math.Fraction, denominatorBound : Int) : Microsoft.Quantum.Math.Fraction

Input

fraction : Fraction

denominatorBound : Int

Output : Fraction

Continued fraction closest to fraction with the denominator less or equal to denominatorBound