Overview
- Object ID : 2085 (2013-04-05)
- Author : Cam Thompson | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Math
- Licence : Other
Content
This is an update to the FloatString object. It adds the FloatToFormat routine to return a string of up to 9 characters with the specified number of decimal points. (e.g FloatToFormat(pi,5,2) would return the string " 3.14").