New version of Float32/Float32Full posted to OBEX
camt
Posts: 45
Version 1.6 of the Float32/Float32Full routines has been posted to the object exchange. It provides additional documentation on the spin calls, and fixes a problem in the Exp2 routine that affects the Exp, Exp10 and Pow calls under certain circumstances. The Pow method was also changed to handle the 0**n case as follows:
0**-n returns Nan
0**0 return 1.0
0**+n return 0.0
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cam Thompson
Micromega Corporation
0**-n returns Nan
0**0 return 1.0
0**+n return 0.0
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cam Thompson
Micromega Corporation
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Catalina - a FREE C compiler for the Propeller - see Catalina