_ContinuedFractionConvergentL 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

Internal recursive call to calculate the GCD with a bound

function _ContinuedFractionConvergentL (signA : Int, signB : Int, r : (BigInt, BigInt), s : (BigInt, BigInt), t : (BigInt, BigInt), denominatorBound : BigInt) : Microsoft.Quantum.Math.BigFraction

Input

signA : Int

signB : Int

r : (BigInt,BigInt)

s : (BigInt,BigInt)

t : (BigInt,BigInt)

denominatorBound : BigInt

Output : BigFraction