/Calculator

A calculator for doing arithmetic operations using Python

MIT LicenseMIT

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.

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.

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.

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.

A snapshot of the calculator: Calculator, version 0-0-0-0 Figure 1: A snapshot of Calculator, version 0.0.0.0, while doing operation.

A snapshot of the calculator: Calculator, version 0-0-0-1 Figure 2: A snapshot of Calculator, version 0.0.0.1, while doing operation.

A snapshot of the calculator: Calculator, version 0-0-0-2 Figure 3: A snapshot of Calculator, version 0.0.0.2, while doing operation.

A snapshot of the calculator: Calculator, newest version Figure 4: A snapshot of Calculator, version 0.0.0.3, while doing operation.