stdxdecimal ~master (2018-01-10T13:36:26Z)
Dub
Repo
DivisionByZero
stdxdecimal
Thrown when using
Throw
and division by zero occurs
class
DivisionByZero : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
stdxdecimal
classes
DivisionByZero
InvalidOperation
Overflow
Underflow
enums
Rounding
functions
abs
decimal
isInfinity
isNaN
structs
Abort
Decimal
HighPrecision
NoOp
Throw
Thrown when using Throw and division by zero occurs