Uses of Class
net.sourceforge.uiq3.math.BCDFraction
-
Packages that use BCDFraction Package Description net.sourceforge.uiq3.math Mathematics library for calculator applications. -
-
Uses of BCDFraction in net.sourceforge.uiq3.math
Fields in net.sourceforge.uiq3.math declared as BCDFraction Modifier and Type Field Description static @NotNull BCDFractionBCDFraction. Approx_ee approximation used for unit testsstatic @NotNull BCDFractionBCDFraction. Approx_ππ approximation used for unit testsstatic @NotNull BCDFractionBCDFraction. Num_00static @NotNull BCDFractionBCDFraction. Num_11static @NotNull BCDFractionBCDFraction. Num_180180static @NotNull BCDFractionBCDFraction. Num_22static @NotNull BCDFractionBCDFraction. Num_200200Methods in net.sourceforge.uiq3.math that return BCDFraction Modifier and Type Method Description @NotNull BCDFractionBCDFloat. As_BCDFraction()Either convert to a or return this.@NotNull BCDFractionBCDFraction. As_BCDFraction()Either convert to a or return this.@NotNull BCDFractionBCDInteger. As_BCDFraction()Either convert to a or return this.@NotNull BCDFractionNumber. As_BCDFraction()Either convert to a or return this.Constructors in net.sourceforge.uiq3.math with parameters of type BCDFraction Constructor Description BCDFraction(@NotNull BCDFraction Value)create new fraction
-