Skip to content

Commit 67d5b43

Browse files
committed
update readme
1 parent d336812 commit 67d5b43

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ This project is a simple function plotter application built using PySide2 for th
66

77
## Features
88

9-
- Input a mathematical function of `x` (e.g., `5*x^3 + 2*x`).
10-
- Specify the range for `x` (min and max values).
11-
- Validate inputs to ensure correct function syntax and valid range.
12-
- Plot the function using Matplotlib.
9+
- Input a function of `x`, e.g., `5*x^3 + 2*x`.
10+
- Specify minimum and maximum values for `x`.
11+
- Supports operators: `+`, `-`, `/`, `*`, `^`, `log10()`, `sqrt()`.
12+
- Input validation with user-friendly error messages.
13+
- GUI built using PySide2.
14+
- Plotting powered by Matplotlib.
1315

1416
## Installation
1517

0 commit comments

Comments
 (0)