BigFraction user defined type

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

Represents a rational number of the form p/q. Integer p is the first element of the tuple and q is the second element of the tuple.


newtype BigFraction = (Numerator : BigInt, Denominator : BigInt);

Named Items

Numerator : BigInt

Numerator of the fraction.

Denominator : BigInt

Denominator of the fraction/