https://github.com/ostad-ai/calculator
A calculator for doing arithmetic operations using Python
https://github.com/ostad-ai/calculator
arithmetic calculator executable graphing python win64
Last synced: 9 months ago
JSON representation
A calculator for doing arithmetic operations using Python
- Host: GitHub
- URL: https://github.com/ostad-ai/calculator
- Owner: ostad-ai
- License: mit
- Created: 2023-01-11T00:15:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T18:18:22.000Z (over 3 years ago)
- Last Synced: 2025-03-17T02:45:07.467Z (over 1 year ago)
- Topics: arithmetic, calculator, executable, graphing, python, win64
- Homepage:
- Size: 822 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator
### Newest version 0.0.0.3
1. A new section for **solving** has been included:
a) Algebraic solvers: for single equation and/or system of equations; both real and complex solutions.
b) Numerical solvers: for single equation and/or system of equations. For now, numerical solvers can search for Real solutions.
Hint: For more than one equation, you should separate equations by commas.
## This archive includes the executable program, **calculator.exe**, which you should click on to run.
[Download the archive for win64 (Windows 10)](https://drive.google.com/file/d/1pS4tLMbkVCRdbXQx2SAPr3cQ94H3UCY8/view?usp=share_link)
---
### version 0.0.0.2
1. A new section for **calculus** has been created, which includes derivative, antiderivative, limit, definite integration, power series, and evaluation.
## This archive includes the executable program, **calculator.exe**, which you should click on to run.
[Download the archive for win64 (Windows 10)](https://drive.google.com/file/d/192nfl86V0E8jtr5OM0jsD_AMljFyTGdX/view?usp=share_link)
---
### Version 0.0.0.1
1. A graphing section is included.
2. You can save the graph by the toolbar below.
3. You can use gridlines, or show legends, or limit *y* values.
4. You can use all *math* functions in Python, plus *gauss* and *random*.
5. You can also use *sign*, *logistic*, *relu*, *lrelu*, *elu*, *gelu*, *silu*, *softplus*, and *prelu*.
## This archive includes the executable program, **calculator.exe**, which you should click on to run.
[Download the archive for win64 (Windows 10)](https://drive.google.com/file/d/130ibv2g8XK4Po8iC05vm8s7FRnKe8Vlh/view?usp=share_link)
---
[Download the archive for win64 (Windows 7)](https://drive.google.com/file/d/1jn98jdUaf0m3ugo6mS1hQICeJ5z8Syjp/view?usp=share_link)
---
### Version 0.0.0.0
1. A calculator to do arithmetic calculations.
2. It has memory keys.
3. Any key impression is notified by a beep.
 *Figure 1: A snapshot of Calculator, version 0.0.0.0, while doing operation.*
---
 *Figure 2: A snapshot of Calculator, version 0.0.0.1, while doing operation.*
---
 *Figure 3: A snapshot of Calculator, version 0.0.0.2, while doing operation.*
---
 *Figure 4: A snapshot of Calculator, version 0.0.0.3, while doing operation.*
---