Skip to content

Commit d680901

Browse files
committed
readme and copyright
1 parent 814083c commit d680901

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Inequalities solver (comparing $\pi$ or $e$ with a rational number)
2+
3+
To start the webapp:
4+
5+
```sh
6+
python main.py
7+
```
8+
9+
Dependencies:
10+
- sympy
11+
- Flask
12+
13+
Todos:
14+
- [x] $\pi$
15+
- [x] $e$
16+
- [ ] $\ln q$
17+
- [ ] $\pi^n$
18+
- [ ] $e^n$
19+
20+
Enjoy :)

templates/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ <h1 class="display-6 text-center">Prove inequalities involving \(\pi, e\).</h1>
4848
<div class="mt-5 card p-3">
4949
<pre id="resultLatex" class="w-100 text-wrap m-0"></pre>
5050
</div>
51+
<p class="mt-5">&copy; 2024 <a href="http://qizhen-yang.cn" target="_blank">Qizhen Yang</a>. <a href="http://github.com/q1zhen/ineq-solver" target="_blank">GitHub</a></p>
5152
</div>
5253
</div>
5354

0 commit comments

Comments
 (0)