Skip to content

Commit e5f0cab

Browse files
committed
update readme | try to show images
1 parent 88d2dd5 commit e5f0cab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,57 +45,57 @@ python src/main.py
4545
- **Function:** `5*x^3 + 2*x`
4646
- **Range:** `0` to `10`
4747
- **Expected Output:** Parabolic curve. <br>
48-
![Basic Function](screenshots/ex1.jpg)
48+
![Basic Function](screenshots/ex1.JPG)
4949

5050

5151
### Invalid Character in Function
5252
- **Function:** `5*x^3 + 2*x + !`
5353
- **Range:** `0` to `10`
5454
- **Expected Output:** Error message: "Function contains invalid characters." <br>
55-
![Invalid Character](screenshots/ex2.jpg)
55+
![Invalid Character](screenshots/ex2.JPG)
5656

5757

5858
### Complex Formula Function
5959
- **Function:** `5*x^3 + 2*x -4/x + 7`
6060
- **Range:** `-10` to `10`
6161
- **Expected Output:** Combined plot of Cubic and rational functions. <br>
62-
![Complex Formula](screenshots/ex3.jpg)
62+
![Complex Formula](screenshots/ex3.JPG)
6363

6464

6565
### Using Sqrt & log10 in Function
6666
- **Function:** `2*x^4 - log10(x) + sqrt(x)`
6767
- **Range:** `0` to `50`
6868
- **Expected Output:** Combined plot of square root, logarithm, and quadratic function. <br>
69-
![Complex Formula](screenshots/ex4.jpg)
69+
![Complex Formula](screenshots/ex4.JPG)
7070

7171

7272
### Negative Input to sqrt or log10
7373
- **Function:** `2*x^4 - log10(x) + sqrt(x)`
7474
- **Range:** `-50` to `500`
7575
- **Expected Output:** Error message: "Min value must be non-negative for functions with log10 or sqrt." <br>
76-
![Negative Input](screenshots/ex5.jpg)
76+
![Negative Input](screenshots/ex5.JPG)
7777

7878

7979
### Wrong Input for Min and Max Values
8080
- **Function:** `x`
8181
- **Range:** `a` to `2`
8282
- **Expected Output:** Error message: "Min and Max values must be numbers." <br>
83-
![Wrong Input](screenshots/ex7.jpg)
83+
![Wrong Input](screenshots/ex7.JPG)
8484

8585

8686

8787
### Using -inf and +inf for min and max values
8888
- **Function:** `x`
8989
- **Range:** `-inf` to `inf`
9090
- **Expected Output:** Straight 45deg line from -inf to +inf <br>
91-
![-inf to inf range](screenshots/ex8.jpg)
91+
![-inf to inf range](screenshots/ex8.JPG)
9292

9393
### Constant Function Formula
9494
- **Function:** `5`
9595
- **Range:** `-10` to `10`
9696
- **Expected Output:** Straight horizontal line from -inf to +inf <br>
97-
![constant function](screenshots/ex9.jpg)
97+
![constant function](screenshots/ex9.JPG)
9898

9999

100100
## automated tests. run some automated tests using `pytest`
101-
![tests passed](screenshots\ex10.jpg)
101+
![tests passed](screenshots\ex10.JPG)

0 commit comments

Comments
 (0)