tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
parse
tango
text
convert
Float
Convert a formatted string of digits to a floating- point number.
NumType
parse
(const(char[]) src, size_t* ate)
NumType
parse
(const(wchar[]) src, size_t* ate)
version(float_dtoa)
NumType
parse
(
const
(
wchar
[])
src
,
size_t
*
ate
= null
)
NumType
parse
(const(dchar[]) src, size_t* ate)
NumType
parse
(const(T[]) src, size_t* ate)
Meta
Source
See Implementation
tango
text
convert
Float
functions
format
main
parse
toFloat
toString
toString16
toString32
truncate
Convert a formatted string of digits to a floating- point number.