Uses of Class
net.sourceforge.uiq3.math.BCDFraction
-
Packages that use BCDFraction Package Description net.sourceforge.uiq3.fx603p FX-603P simulation.net.sourceforge.uiq3.math Mathematics library for calculator applications. -
-
Uses of BCDFraction in net.sourceforge.uiq3.fx603p
Methods in net.sourceforge.uiq3.fx603p with parameters of type BCDFraction Modifier and Type Method Description private static String
L_Register. Format_Serial_Fraction(BCDFraction Value)
Format Fraction Value for use with Serial port -
Uses of BCDFraction in net.sourceforge.uiq3.math
Fields in net.sourceforge.uiq3.math declared as BCDFraction Modifier and Type Field Description static @NotNull BCDFraction
BCDFraction. Approx_e
e approximation used for unit testsstatic @NotNull BCDFraction
BCDFraction. Approx_π
π approximation used for unit testsstatic @NotNull BCDFraction
BCDFraction. Num_0
0static @NotNull BCDFraction
BCDFraction. Num_1
1static @NotNull BCDFraction
BCDFraction. Num_180
180static @NotNull BCDFraction
BCDFraction. Num_2
2static @NotNull BCDFraction
BCDFraction. Num_200
200Methods in net.sourceforge.uiq3.math that return BCDFraction Modifier and Type Method Description @NotNull BCDFraction
BCDFloat. As_BCDFraction()
Either convert to a or return this.@NotNull BCDFraction
BCDFraction. As_BCDFraction()
Either convert to a or return this.@NotNull BCDFraction
BCDInteger. As_BCDFraction()
Either convert to a or return this.@NotNull BCDFraction
Number. 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
-