We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d336812 commit 67d5b43Copy full SHA for 67d5b43
readme.md
@@ -6,10 +6,12 @@ This project is a simple function plotter application built using PySide2 for th
6
7
## Features
8
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.
+- Input a function of `x`, e.g., `5*x^3 + 2*x`.
+- Specify minimum and maximum values for `x`.
+- Supports operators: `+`, `-`, `/`, `*`, `^`, `log10()`, `sqrt()`.
+- Input validation with user-friendly error messages.
13
+- GUI built using PySide2.
14
+- Plotting powered by Matplotlib.
15
16
## Installation
17
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments