speedcrunch / SpeedCrunch

A fast, high-precision and powerful cross-platform desktop calculator.
http://speedcrunch.org
265 stars 38 forks source link

Add IEEE-754 encoding/decoding functions. #55

Closed fkrull closed 8 years ago

fkrull commented 9 years ago

Adds functions to encode and decode IEEE-754 binary floats (for various standard formats as well generic parametrisable ones). I went with long, expressive function names here rather than trying to make them more easily typeable, but I'm open to other suggestions.

Should also fix https://code.google.com/p/speedcrunch/issues/detail?id=505

heldercorreia commented 8 years ago

Hi, Felix. Thanks for forking the new repo on BB. I'm sorry that I have forgotten about this PR (and others). It would be great if you could move this PR there. Appreciate it.

heldercorreia commented 8 years ago

Taken care of on BB.