stdxdecimal v0.5.0 (2018-01-05T14:24:05Z)
Dub
Repo
Decimal.overflow
stdxdecimal
Decimal
Public flags
bool
clamped
;
bool
divisionByZero
;
bool
inexact
;
bool
invalidOperation
;
bool
overflow
;
struct
Decimal
(Hook = Abort)
bool
overflow
;
bool
rounded
;
bool
subnormal
;
bool
underflow
;
Meta
Source
See Implementation
stdxdecimal
Decimal
aliases
toString
constructors
this
functions
addImpl
dup
idup
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
resetFlags
round
toDecimalString
manifest constants
hasClampedMethod
hasDivisionByZeroMethod
hasInexactMethod
hasInvalidOperationMethod
hasOverflowMethod
hasRoundedMethod
hasSubnormalMethod
hasUnderflowMethod
useBigInt
useU128
static functions
infinity
nan
variables
clamped
coefficient
divisionByZero
exponent
hook
inexact
invalidOperation
isInf
isNan
overflow
rounded
sign
subnormal
underflow
Public flags