Convert a floating-point number to a string.
Convert a float to a string. This produces pretty good results for the most part, though one should use David Gay's dtoa package for best accuracy.
Convert a formatted string of digits to a floating- point number.
Convert a formatted string of digits to a floating- point number.
Convert a formatted string of digits to a floating- point number.
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.
Template wrapper to make life simpler. Returns a text version of the provided value.
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