Pure D code to parse floating-point values. Adapted to nothrow/@nogc from std.conv.
Parses a character range to a floating point number.
See Source File
Boost License 1.0.
Copyright Digital Mars 2007-.
Walter Bright, Andrei Alexandrescu, Shin Fujishiro, Adam D. Ruppe, Kenji Hara, Vladimir Panteleev <ae@cy.md>
Pure D code to parse floating-point values. Adapted to nothrow/@nogc from std.conv.