Convert a floating-point number to a string.
Format a floating-point value according to a format string
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.
Convert a formatted string of digits to a floating-point number. Throws an exception where the input text is not parsable in its entirety.
Template wrapper to make life simpler. Returns a text version of the provided value.
Truncate trailing '0' and '.' from a string, such that 200.000 becomes 200, and 20.10 becomes 20.1
A set of functions for converting between string and floating- point values.
Applying the D "import alias" mechanism to this module is highly recommended, in order to limit namespace pollution: