ExactFloat.toString

Return a human-readable string such that if two values with the same precision are different, then their string representations are different. The format is similar to printf("%g"), except that the number of significant digits depends on the precision (with a minimum of 10). Trailing zeros are stripped (just like "%g").

Note that if two values have different precisions, they may have the same ToString() value even though their values are slightly different. If you need to distinguish such values, use ToUniqueString() intead.

struct ExactFloat
const
string
toString
()

Meta