Metadata-Version: 1.0
Name: ieee754bin
Version: 0.1
Summary: Python IEEE 754 binary library
Home-page: http://tonquil.homeip.net/~dlenski/ieee754bin
Author: Dan Lenski
Author-email: lenski@umd.edu
License: GPLv3
Description: This is a small Python extension which allows you to manipulate the
        binary representation of floating-point values in the standard IEEE
        754 64-bit format (= C double type or Python float type).
        
        Basically, the module includes methods to print integers and floating
        point values in binary format, to convert floating-point values to and
        from 64-bit integer representations, and to split/join floating-point
        values into (sign, exponent, mantissa) tuples.
Platform: UNKNOWN
