parse

Convert a formatted string of digits to a floating-point number. Good for general use, but use David Gay's dtoa package if serious rounding adjustments should be applied.

NumType
parse
(
T
)
(
in T[] src
,
uint* ate = null
)

Meta