Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Convert between numerical systems

NotificationsYou must be signed in to change notification settings

Skalman/baseconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Demo

Either visitbaseconvert.com or check outdocs/demo.html.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp