Skip to content

Commit 2be60cf

Browse files
committed
Added more info to readme
1 parent 1bc07c3 commit 2be60cf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# Python-Tutorial-Calculator
22
Python Tutorial: Making a simple command line calculator
3-
#TODO(Neil) Add more info about the calculators here
3+
4+
# Simple Calculator
5+
6+
* Supports the functions '+,-,*,/'
7+
8+
# Advanced Calculator
9+
10+
* Supports the functions `+,-,*,/,^,sqrt,!,abs,sin,cos,tan,arcsin,arccos,arctan,log,log10,rand,randint`
11+
* Also has memory ability `M+,MR,M-`
12+
* Can recall constants `pi,e,tau`
13+
* Can convert `Degrees to Radians, Radians to Degrees`

0 commit comments

Comments
 (0)