Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luzefiru/decimal-to-base-x

A program to understand the computation required to translate numbers from base-10 to other number systems.
https://github.com/luzefiru/decimal-to-base-x

Last synced: 4 days ago
JSON representation

A program to understand the computation required to translate numbers from base-10 to other number systems.

Awesome Lists containing this project

README

        

# decimal-to-base-x
A program to understand the computation required to translate numbers from base-10 to base-x, where x is inputted by the user.