Skip to content

Commit a259e78

Browse files
committed
Update Readme
1 parent bf1fdf5 commit a259e78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Complex Numbers Operations
22
Python program that make operations with complex numbers, and then generate a graph.
33
<br><br>
4-
Creator: Facundo Pedaccio.
4+
Creator: Facundo Pedaccio
55
<br><br>
66
Key Technologies used: Python - numpy - cmath - matplotlib
77

@@ -23,6 +23,6 @@ python complex.py
2323
```
2424

2525
## Usage
26-
The p command calculates the trigonometric form, the exponential form, and the polar coordinates.
27-
The commands s, r, m, d ... are for addition, subtraction, multiplication, division (in that order).
28-
El comando graph permite graficar hasta 10 numeros complejos en un mismo eje cartesiano, segun tu eleccion.
26+
- The p command calculates the trigonometric form, the exponential form, and the polar coordinates.
27+
- The commands s, r, m, d ... are for addition, subtraction, multiplication, division (in that order).
28+
- El comando graph permite graficar hasta 10 numeros complejos en un mismo eje cartesiano, segun tu eleccion.

0 commit comments

Comments
 (0)