We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f261ec + e6d3fe8 commit 135e3d3Copy full SHA for 135e3d3
1 file changed
README.md
@@ -1,8 +1,8 @@
1
# PythonComplex
2
-Complex class for different operations on complex numbers.
+A package for different operations on complex numbers.
3
4
## More details
5
-- This class is essentially for mathematical operations on complex numbers.
+- This package is essentially for mathematical operations on complex numbers.
6
- It is very easy and intuitif to use, as any mathematicain would expect.
7
- There is more to come on this class, like power of complex numbers.
8
@@ -17,7 +17,7 @@ pip install cmpx
17
## Usage
18
### Importing Complex class
19
```python
20
-from cmpx.Complex import Complex
+import cmpx
21
```
22
### Different instanciations of Complex class
23
0 commit comments