Skip to content

Text-based parsing calculator made using avalonia.

Notifications You must be signed in to change notification settings

Preciseful/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Text-based parsing calculator made using avalonia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages