Skip to content

Commit b3837af

Browse files
committed
Updated markdown syntaxes
1 parent e76b8d7 commit b3837af

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# polyanalyzer
22

3-
A Windows console application that analyzes ***linear***, ***quadratic***, ***cubic***, and ***quartic*** functions. It generates the ***variation table*** of the function and can provide detailed ***mathematical insights***.
3+
A Windows console application that analyzes **_linear_**, **_quadratic_**, **_cubic_**, and **_quartic_** functions. It generates the **_variation table_** of the function and can provide detailed **_mathematical insights_**.
44

55
## Features
66

7-
- Analyze functions of degree 1 to 4 (***linear*** to ***quartic***).
8-
- Display the ***variation table*** of the function.
7+
- Analyze functions of degree 1 to 4 (**_linear_** to **_quartic_**).
8+
- Display the **_variation table_** of the function.
99
- With the verbose (`-v`) switch, calculate and display:
1010

11-
1. ***x-intercepts***
12-
2. ***y-intercept***
13-
3. ***Domain***
14-
4. ***Range***
15-
5. ***Extrema*** (Minima & Maxima)
16-
6. ***Symmetry*** (Even, Odd, or neither)
17-
18-
- Simple, fast, and lightweight ***console-based*** interface.
11+
1. **_x-intercepts_**
12+
2. **_y-intercept_**
13+
3. **_Domain_**
14+
4. **_Range_**
15+
5. **_Extrema_** (Minima & Maxima)
16+
6. **_Symmetry_** (Even, Odd, or neither)
17+
18+
- Simple, fast, and lightweight **_console-based_** interface.
1919

2020
## Usage
2121

0 commit comments

Comments
 (0)