Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybercoral/base_converter

It's a program that converts numbers in a base (from 2 to 64) to another one.
https://github.com/cybercoral/base_converter

base-conversion base-converter math mathematics python python3

Last synced: 14 days ago
JSON representation

It's a program that converts numbers in a base (from 2 to 64) to another one.

Awesome Lists containing this project

README

        

# Base_Converter
It's a program that converts numbers in a base (from 2 to 64) to another one.

## Beware of the integer limit of 2**63 - 1 in the bash program, because the bash program cannot handle negative integers.