Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSaah committed Jul 31, 2023
1 parent 965433b commit a777ace
Showing 1 changed file with 28 additions and 20 deletions.
48 changes: 28 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
# Calculator

<!-- try to refactor your code -->
A simple calculator with many functions.

A simple calculator with many functions.

## List of Features
* Addition
* Subtraction
* Multiplication
* Division
* Testing for even numbers
* Quadratic equations
* 2D Vectors
* Addition
* Subtraction
* Multiply by a scale factor
* Find the dot product
* Calculating magnitude (1 vector)
* Calculating magnitude (2 vectors)
* Finding angle between vector & origin
* Finding angle between vectors
* Trigonometry (In degrees and radians)
* sin, cos, tan
* sin inverse, cos inverse, tan inverse
* Factorial

- Addition
- Subtraction
- Multiplication
- Division
- Testing for even numbers
- Quadratic equations
- 2D Vectors
- Addition
- Subtraction
- Multiply by a scale factor
- Find the dot product
- Calculating magnitude (1 vector)
- Calculating magnitude (2 vectors)
- Finding angle between vector & origin
- Finding angle between vectors
- Trigonometry (In degrees and radians)
- sin, cos, tan
- sin inverse, cos inverse, tan inverse
- Factorial

## Todo

- History
- File/database
- Delete history

0 comments on commit a777ace

Please sign in to comment.