Skip to content

Commit

Permalink
Increase branding
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed May 8, 2021
1 parent 62ec538 commit bac99bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://img.shields.io/github/workflow/status/uellenberg/DecimalSystem/Build%20and%20Test/master" alt="Build">
<img src="https://img.shields.io/npm/dt/decimalsystem" alt="Downloads">
</p>
A library for converting numbers to any non-integer/decimal (or just integer) base. What this means is up for you to decide, but certain number systems (like base PI) can be pretty interesting to use with circles.
DecimalSystem is a powerful base conversion library that can convert any (real) number to any base (over 1), including non-integer bases like base PI.

## How?
Using the library is simple. For example, to convert a number to base sqrt(2) is simple:
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decimalsystem",
"version": "1.0.10",
"description": "A library for converting numbers to any non-integer/decimal (or just integer) base.",
"description": "DecimalSystem is a powerful base conversion library that can convert any (real) number to any base (over 1), including non-integer bases like base PI.",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.js",
Expand All @@ -22,9 +22,11 @@
"system",
"systems",
"base",
"bases",
"radix",
"converter",
"convert",
"conversion",
"numbers",
"int",
"integer",
Expand All @@ -37,15 +39,19 @@
"oct",
"any",
"base converter",
"base conversion",
"decimalsystem",
"decimalsystems"
"decimalsystems",
"pi",
"any",
"library"
],
"author": "Jonah Uellenberg",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/uellenberg/DecimalSystem/issues"
},
"homepage": "https://github.com/uellenberg/DecimalSystem#readme",
"homepage": "https://decimalsystem.js.org",
"devDependencies": {
"@types/node": "^15.0.1",
"chai": "^4.3.4",
Expand Down

0 comments on commit bac99bf

Please sign in to comment.