tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
format
tango
text
convert
Float
Undocumented in source. Be warned that the author may not have intended to support it.
T
[]
format
(T[] dst, NumType x, int decimals, int e, bool pad)
T
[]
format
(T[] dst, D x, U decimals, int e, bool pad)
T
[]
format
(T[] dst, NumType x, uint decimals, int e, bool pad)
version(float_old)
T
[]
format
(
T
)
(
T
[]
dst
,
NumType
x
,
uint
decimals
=
Dec
,
int
e
=
Exp
,
bool
pad
=
Pad
)
Meta
Source
See Implementation
tango
text
convert
Float
functions
format
main
parse
toFloat
toString
toString16
toString32
truncate