Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert Number to Base

https://bradleeharr.github.io/BaseAnything/

In JavaScript, converting a number from a base-10 string to any other base is trivial:

num.toString(base)

The works for base 2 to 36, essentially the functional amount that's easily represented using numbers and letters (1-9/A-Z). However, it's not easy to find calculators for other bases.


Future work might include: Future plans - non-integer bases

About

Convert from Number to Base Anything

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages