- Addition
- Subtraction
- Multiplication
- Division
- Square
- Log
- Percent
- And all other basic operations.
- Square root
sqrt(value) - Power
pow(value1,value2) - Sine
sin(value) - Cosine
cos(value) - Tangent
tan(value) - Log
log(value) - Pi=π
- Percentage = %
The code is written purely in Python Using Kivy module.
All Suggestions and updates (PR) are welcome.
