Converts a string into a decimal number. This departs from the specification in that the coefficient string may contain underscores. A leading or trailing "." is allowed by the specification even though not valid as a D language real.
See Implementation
Converts a string into a decimal number. This departs from the specification in that the coefficient string may contain underscores. A leading or trailing "." is allowed by the specification even though not valid as a D language real.