eris ~master (2018-03-29T23:16:26Z)
Home
Dub
Repo
Decimal.this
eris
decimal
Decimal
Constructs a decimal number from a boolean value. false == 0, true == 1
this
(bool value)
struct
Decimal
(immutable Context _context = DefaultContext)
this
(
bool
value
)
this
(string str)
this
(U r)
this
(U coefficient)
this
(U coefficient)
this
(D that)
this
(U coefficient, int exponent)
this
(U coefficient, int exponent, bool sign)
Meta
Source
See Implementation
eris
decimal
Decimal
aliases
D
decimal
constructors
this
enums
IsDecimal
manifest constants
maxAdjustedExpo
maxCoefficient
maxExpo
minExpo
precision
tinyExpo
properties
adjExpo
coff
digits
expo
sign
static functions
infinity
init
max
nan
snan
variables
FIVE
HALF
NEG_ONE
NEG_ZRO
ONE
TEN
TWO
ZERO
context
min
min_normal
mode
radix
Constructs a decimal number from a boolean value. false == 0, true == 1