Uses of Class
net.sourceforge.uiq3.math.BCDFloat
-
Packages that use BCDFloat Package Description net.sourceforge.uiq3.fx602p FX-602P simulation.net.sourceforge.uiq3.fx603p FX-603P simulation.net.sourceforge.uiq3.math Mathematics library for calculator applications. -
-
Uses of BCDFloat in net.sourceforge.uiq3.fx602p
Fields in net.sourceforge.uiq3.fx602p declared as BCDFloat Modifier and Type Field Description (package private) static BCDFloat
Op_Inv_Degree. Max_DMS
maximum Degree/Minute/Second to convert.Methods in net.sourceforge.uiq3.fx602p with parameters of type BCDFloat Modifier and Type Method Description (package private) static short @NotNull []
L_Register. Format_Fixed(@NotNull BCDFloat Value, int Digits)
Format Value in standard format -
Uses of BCDFloat in net.sourceforge.uiq3.fx603p
Fields in net.sourceforge.uiq3.fx603p declared as BCDFloat Modifier and Type Field Description (package private) static BCDFloat
Op_Inv_Degree. Max_DMS
maximum Degree/Minute/Second to convert.Methods in net.sourceforge.uiq3.fx603p that return BCDFloat Modifier and Type Method Description BCDFloat
Decomposed. Compose()
Recompose a double from the given data.Methods in net.sourceforge.uiq3.fx603p with parameters of type BCDFloat Modifier and Type Method Description (package private) static short @NotNull []
L_Register. Format_Fixed(@NotNull BCDFloat Value, int Digits)
Format Value in standard formatprivate static String
L_Register. Format_Serial_Float(BCDFloat Value)
Format Fraction Value for use with Serial port -
Uses of BCDFloat in net.sourceforge.uiq3.math
Fields in net.sourceforge.uiq3.math declared as BCDFloat Modifier and Type Field Description static @NotNull BCDFloat
BCDFloat. NaN
Not a numberstatic @NotNull BCDFloat
BCDFloat. Num_0
0static @NotNull BCDFloat
BCDFloat. Num_0_5
0.5private static @NotNull BCDFloat
BCDFloat. Num_0_5_π
0.5 π (18 digits)static @NotNull BCDFloat
BCDFloat. Num_1
1private static @NotNull BCDFloat
BCDFloat. Num_1_div_e
1 divided by Euler's number (18 digits)static @NotNull BCDFloat
BCDFloat. Num_10
10static @NotNull BCDFloat
BCDFloat. Num_100
100, for example used for percentstatic @NotNull BCDFloat
BCDFloat. Num_1000
100, for example used for percentstatic @NotNull BCDFloat
BCDFloat. Num_180
180, for example used for half a circle in degreestatic @NotNull BCDFloat
BCDFloat. Num_2
2private static @NotNull BCDFloat
BCDFloat. Num_2_π
2 π (18 digits)static @NotNull BCDFloat
BCDFloat. Num_200
200, for example used for half a circle in radiant.static @NotNull BCDFloat
BCDFloat. Num_3600
60, For example used for seconds in an hour.static @NotNull BCDFloat
BCDFloat. Num_60
60, For example used for minutes in an hour.static @NotNull BCDFloat
BCDFloat. Num_e
Euler's number (18 digits)private static @NotNull BCDFloat
BCDFloat. Num_log_e_10
Loge10 (18 digits)static @NotNull BCDFloat
BCDFloat. Num_Minus_1
-1static @NotNull BCDFloat
BCDFloat. Num_π
π (18 digits)Methods in net.sourceforge.uiq3.math that return BCDFloat Modifier and Type Method Description @NotNull BCDFloat
BCDFloat. As_BCDFloat()
Either convert to a BCDFloat or return this.@NotNull BCDFloat
BCDFraction. As_BCDFloat()
Either convert to a BCDFloat or return this.@NotNull BCDFloat
BCDInteger. As_BCDFloat()
Either convert to a BCDFloat or return this.@NotNull BCDFloat
Number. As_BCDFloat()
Either convert to a BCDFloat or return this.private @NotNull BCDFloat
BCDFloat. expI()
Exponent^x using series expansion, usable around 0@NotNull BCDFloat
BCDFloat. Fix(int Decimal, int Exponent)
Round to a given Precision after the decimal point.@NotNull BCDFloat
BCDFloat. Frac()
Recompose a frac double from the given data.Constructors in net.sourceforge.uiq3.math with parameters of type BCDFloat Constructor Description BCDFloat(@NotNull BCDFloat Value)
create new value from existing one.
-