Overview
- Object ID : 2091 (2013-04-18)
- Author : Michael Park | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Math
- Licence : Other
Content
v1.2: Updates 1.1 with StringToFloat
v1.1: 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").