Floating point to string

Joe Joe_member at pathlink.com
Wed Jul 18 19:28:47 PDT 2007


How to do get a full string representation of a floating point?

I've tried toString() on a floating point and the default precision for 
numbers after the decimal point is 6.  I've also tried using format 
strings, but I can't seem to get a full textual representation of a 
floating point.  Is there some trick I'm missing?

-Joe


More information about the Digitalmars-d-learn mailing list