Fixed Point to Floating Point and Backwards

Posted by Ahmed Khalaf on Stack Overflow See other posts from Stack Overflow or by Ahmed Khalaf
Published on 2010-04-04T13:19:15Z Indexed on 2010/04/04 13:23 UTC
Read the original article Hit count: 543

Is converting Fixed Pt. (fixed n bit for fraction) to IEEE double safe ?

ie: does IEEE double format can represent all numbers a fixed point can represent ?

The test: a number goes to floating pt format then back to it's original fixed pt format.

© Stack Overflow or respective owner

Related posts about fixed-point

Related posts about floating-point