Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cybercoral/base_converter
- Owner: CyberCoral
- License: gpl-3.0
- Created: 2024-02-23T05:34:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T03:03:01.000Z (12 months ago)
- Last Synced: 2024-11-22T16:22:53.989Z (3 months ago)
- Topics: base-conversion, base-converter, math, mathematics, python, python3
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.