mirror of
https://github.com/fschmnn/duodecimal.git
synced 2024-11-24 06:33:39 +00:00
2019.03.09 - updated readme
This commit is contained in:
parent
0565422c49
commit
e0f3e655d3
@ -5,7 +5,7 @@ Python converter/calculator for the duodecimal numeral system (1,2,3,4,5,6,7,8,9
|
|||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
```python
|
```python
|
||||||
from duodecimal import duo, binary
|
from BaseConverter import duo, binary
|
||||||
```
|
```
|
||||||
A duodecimal number can be initialized by passing a duodecimal number as a string or a decimal number as an int/float
|
A duodecimal number can be initialized by passing a duodecimal number as a string or a decimal number as an int/float
|
||||||
```python
|
```python
|
||||||
|
Loading…
Reference in New Issue
Block a user