Overview
- Object ID : 2088 (2013-04-05)
- Author : m.k. borri | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Math
- Licence : Other
Content
A modified version of Float32Full that allocates cogs dynamically. Somewhat slower than the original, but only uses up one cog, and can be shared between multiple objects. Just call it from all the objects you need to do floating point math, and it'll handle itself. If all cogs are busy at a given moment, it falls back to FloatMath routines.