decimal ~master (2019-09-04T08:37:36Z)
Dub
Repo
Decimal.toString
decimal
decimal
Decimal
Converts current value to string according to the format specification
void
toString
(void delegate(const(C)[]) sink, FormatSpec!C fmt)
void
toString
(void delegate(const(C)[]) sink)
string
toString
()
string
toString
(FormatSpec!C fmt)
string
toString
(const(C)[] fmt)
struct
Decimal
(int bits)
version(!D_BetterC)
const
@
IEEECompliant
("convertToDecimalCharacter", 22)
@
IEEECompliant
("convertToHexCharacter", 22)
string
toString
(
C
)
(
const
(
C
)[]
fmt
)
if
(
bits
== 32 ||
bits
== 64
||
bits
== 128
)
Meta
Source
See Implementation
decimal
decimal
Decimal
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
toHash
toString
manifest constants
E
LN10
LN2
LOG10E
LOG2
LOG2E
LOG2T
M_1_PI
M_2_PI
M_2_SQRTPI
PI
PI_2
PI_4
SQRT1_2
SQRT2
dig
epsilon
infinity
mant_dig
max
max_10_exp
max_exp
min_10_exp
min_exp
min_normal
nan
radix
Converts current value to string according to the format specification