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
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2004 Kris Bell. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Nov 2005: Initial release Jan 2010: added internal ecvt()
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: