Shop OBEX P1 Docs P2 Docs Learn Events
New version of Float32/Float32Full posted to OBEX — Parallax Forums

New version of Float32/Float32Full posted to OBEX

camtcamt Posts: 45
edited 2009-12-21 22:31 in Propeller 1
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

Comments

  • RossHRossH Posts: 5,519
    edited 2009-12-21 22:31
    Thanks, Cam.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Catalina - a FREE C compiler for the Propeller - see Catalina
Sign In or Register to comment.