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 BCDFloatOp_Inv_Degree. Max_DMSmaximum 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 BCDFloatOp_Inv_Degree. Max_DMSmaximum Degree/Minute/Second to convert.Methods in net.sourceforge.uiq3.fx603p that return BCDFloat Modifier and Type Method Description BCDFloatDecomposed. 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 StringL_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 BCDFloatBCDFloat. NaNNot a numberstatic @NotNull BCDFloatBCDFloat. Num_00static @NotNull BCDFloatBCDFloat. Num_0_50.5private static @NotNull BCDFloatBCDFloat. Num_0_5_π0.5 π (18 digits)static @NotNull BCDFloatBCDFloat. Num_11private static @NotNull BCDFloatBCDFloat. Num_1_div_e1 divided by Euler's number (18 digits)static @NotNull BCDFloatBCDFloat. Num_1010static @NotNull BCDFloatBCDFloat. Num_100100, for example used for percentstatic @NotNull BCDFloatBCDFloat. Num_1000100, for example used for percentstatic @NotNull BCDFloatBCDFloat. Num_180180, for example used for half a circle in degreestatic @NotNull BCDFloatBCDFloat. Num_22private static @NotNull BCDFloatBCDFloat. Num_2_π2 π (18 digits)static @NotNull BCDFloatBCDFloat. Num_200200, for example used for half a circle in radiant.static @NotNull BCDFloatBCDFloat. Num_360060, For example used for seconds in an hour.static @NotNull BCDFloatBCDFloat. Num_6060, For example used for minutes in an hour.static @NotNull BCDFloatBCDFloat. Num_eEuler's number (18 digits)private static @NotNull BCDFloatBCDFloat. Num_log_e_10Loge10 (18 digits)static @NotNull BCDFloatBCDFloat. Num_Minus_1-1static @NotNull BCDFloatBCDFloat. Num_ππ (18 digits)Methods in net.sourceforge.uiq3.math that return BCDFloat Modifier and Type Method Description @NotNull BCDFloatBCDFloat. As_BCDFloat()Either convert to a BCDFloat or return this.@NotNull BCDFloatBCDFraction. As_BCDFloat()Either convert to a BCDFloat or return this.@NotNull BCDFloatBCDInteger. As_BCDFloat()Either convert to a BCDFloat or return this.@NotNull BCDFloatNumber. As_BCDFloat()Either convert to a BCDFloat or return this.private @NotNull BCDFloatBCDFloat. expI()Exponent^x using series expansion, usable around 0@NotNull BCDFloatBCDFloat. Fix(int Decimal, int Exponent)Round to a given Precision after the decimal point.@NotNull BCDFloatBCDFloat. 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.
-