Skip to content

Commit 9b970a4

Browse files
authored
Update README.md
1 parent 01f62e1 commit 9b970a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# BasicCalculator
2-
Basic calculator which can evaluate multiple operations and PEMDAS.<br>
3-
![Test one](https://cdn.discordapp.com/attachments/1126338503345709178/1149441149732405258/image.png)
2+
Basic calculator which can evaluate multiple operations and PEMDAS.<br>
3+
![Test one](https://cdn.discordapp.com/attachments/1126338503345709178/1149441149732405258/image.png)<br>
44
![Test two](https://cdn.discordapp.com/attachments/1126338503345709178/1149439811954946178/image.png)
55

66
## What is the point of this release?
7-
To provide a basic calculator with PEMDAS implemented for people who would like to use it in their projects.<br>
8-
It is also for the purpose of teaching beginners an easy way to get into compiler theory.<br>
7+
To provide a basic calculator with PEMDAS implemented for people who would like to use it in their projects.<br>
8+
It is also for the purpose of teaching beginners an easy way to get into compiler theory.<br>
99

1010
## How can I import this in my own project?
1111
Just copy the "calculator" folder to wherever you want. Once you have that, include the "calculator.hpp" file and then call calculator_t::calculate with your equation.

0 commit comments

Comments
 (0)