Fraction 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 Fraction = (Numerator : Int, Denominator : Int);

Named Items

Numerator : Int

Numerator of the fraction.

Denominator : Int

Denominator of the fraction/