Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 708 Bytes

File metadata and controls

21 lines (18 loc) · 708 Bytes

Calculator

Text-based parsing calculator made using Avalonia.

Operators

Binary Operators

'+' -> Add
'-' -> Subtract
'*' -> Multiply
'/' -> Divide

Unary Operators

'V' -> Square root
'-' -> Negative value

How to use?

Just type in your expression into the big, large text box, called the expression box, and hit Calculate! You should see the result now in the result text box.

Here's an example of an expression:
1 + 2 * 3V3 * V4.

Simple right?

Why?

It has little to no actual real value in the real world. You're probably better off just searching on google than building this project, since it's just for learning purposes