Decomposed
Normalize and decompose a BCDFloat for further formatting
Constructors
Link copied to clipboard
Create a decomposed double from an BCD floating point byte array.
constructor(Mantissa: Long, Mantissa_Negative: Boolean, Mantissa_Digits: Short, Exponent: Short, Exponent_Negative: Boolean)
Create a decomposed double from it's components
Create a decomposed BCDFloat from a normal BCDFloat
Create a decomposed double from a normal double
Properties
Link copied to clipboard
Link copied to clipboard
True is the Mode_Exponent is negative.
Link copied to clipboard
Exponent if an L Register
Link copied to clipboard
Precision of an L Register
Link copied to clipboard
Precision of an M Register
Link copied to clipboard
Mantissa Digits.
Link copied to clipboard
True is the Coefficient is negative.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard