Definition at line 231 of file Decimal.h.
◆ Exponent
Aliases exponent component type.
Definition at line 245 of file Decimal.h.
◆ Mantissa
Aliases mantissa component type.
Definition at line 240 of file Decimal.h.
◆ Decimal() [1/4]
Default (zero) initialization.
Definition at line 248 of file Decimal.h.
◆ Decimal() [2/4]
Explicitly initializes instance from its mantissa value.
Definition at line 255 of file Decimal.h.
◆ Decimal() [3/4]
Initializes instance as copy of the other one.
Definition at line 264 of file Decimal.h.
◆ Decimal() [4/4]
template<class AMantissa, class AExponent>
Initializes instance from the fixed point decimal.
Definition at line 278 of file Decimal.h.
◆ exponent()
Returns exponent of given decimal.
Definition at line 296 of file Decimal.h.
◆ mantissa()
Returns mantissa of given decimal.
Definition at line 290 of file Decimal.h.
◆ operator=() [1/2]
Re-initializes instance as copy of the other one.
Definition at line 303 of file Decimal.h.
◆ operator=() [2/2]
template<class AMantissa, class AExponent>
Re-initializes instance as a copy of the fixed point value.
Definition at line 320 of file Decimal.h.