Skip to content

rmax/binary-repr

Repository files navigation

Binary Representation

Documentation Status

Converts integers to binary representation.

Yes, a Cython spinoff of numpy.binary_repr function.

Features

  • TODO * this provides binary_repr function INT/LONG -> BYTES 1/0's

    • handle fixed width
    • signed/unsigned
    • the inverse binary repr is integer_repr BYTES -> LONG * unsigned / signed * always long

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Converts integers to binary representation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published