Skip to content

Commit 135e3d3

Browse files
committed
2 parents 1f261ec + e6d3fe8 commit 135e3d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PythonComplex
2-
Complex class for different operations on complex numbers.
2+
A package for different operations on complex numbers.
33

44
## More details
5-
- This class is essentially for mathematical operations on complex numbers.
5+
- This package is essentially for mathematical operations on complex numbers.
66
- It is very easy and intuitif to use, as any mathematicain would expect.
77
- There is more to come on this class, like power of complex numbers.
88

@@ -17,7 +17,7 @@ pip install cmpx
1717
## Usage
1818
### Importing Complex class
1919
```python
20-
from cmpx.Complex import Complex
20+
import cmpx
2121
```
2222
### Different instanciations of Complex class
2323
```python

0 commit comments

Comments
 (0)