- Notifications
You must be signed in to change notification settings - Fork10
Convert between numerical systems
NotificationsYou must be signed in to change notification settings
Skalman/baseconvert
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Base Convert - A library for easy conversion between numerical systems
Base Convert is an extensible JavaScript library to enable easy conversion between numerical systems, such as differentbases (binary, decimal, hexadecimal) or roman numerals.
Goal: be able to convert numbers from and into all the world's different numerical systems.
Examples
Base(10, 2, "5.3") // 101.0100110...Base(10, "roman", "2598") // MMDXCVIIIBase(2, 13, "110110") // 42
Either visitbaseconvert.com or check outdocs/demo.html
.
About
Convert between numerical systems
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.