Skip to content

Commit c1de1b1

Browse files
authored
Update README.md
1 parent 35bc468 commit c1de1b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Math/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This sub-library contains useful functions and classes to support the other sub-
2020
## Data Structures:
2121

2222
<p align="center">
23-
<img src="doc/FunctionPoint.png" width="300" height="auto"/>
23+
<img src="doc/Structs.png" width="500" height="auto"/>
2424
</p>
2525

2626
[:top: Back to Top](#abacus-math)
@@ -51,7 +51,7 @@ The method `evaluate_point` will return the value $y(x)$ for the given $x$.
5151
### Class Diagram:
5252

5353
<p align="center">
54-
<img src="doc/Polynomial.png" width="700" height="auto"/>
54+
<img src="doc/Polynomial.png" width="800" height="auto"/>
5555
</p>
5656

5757
[:top: Back to Top](#abacus-math)
@@ -89,7 +89,7 @@ The `evaluate_point` method returns the interpolated value $y = f(x)$ for the gi
8989
### Class Diagram:
9090

9191
<p align="center">
92-
<img src="doc/Spline.png" width="700" height="auto"/>
92+
<img src="doc/Spline.png" width="600" height="auto"/>
9393
</p>
9494

9595
[:top: Back to Top](#abacus-math)

0 commit comments

Comments
 (0)