Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddy1565/number-system-convert
https://github.com/teddy1565/number-system-convert
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/teddy1565/number-system-convert
- Owner: teddy1565
- Created: 2022-02-08T10:01:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T15:52:47.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T03:42:40.941Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# number-system-convert
## Intro
Number System Convert
* Hex To Bin (progress)
* Bin To Hex (progress)
* N Base convert (progress)Big Num Calcu
* Addition (waiting for optimization)
* Subtraction (waiting for optimization)
* Multiplication (waiting for optimization)
* Division (progress)## Support Language
* ECMAScript (Progress)
* Python (Planning)
* C (Planning)## Useage
* ECMAScript
```javascript
const convert = require("./ECMAScript/index");
```* C (Planning)
```C
#include
```* Python (Planning)
```python
import sync from "numberSystemConvert"
```