Skip to content

andrwgldmn/SimpleCalcPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCalcPython

ICON

How to use:

  • sudo apt-get install python-tk python-pip
  • sudo pip install scipy sympy mpmath numpy matplotlib
  • python calc.py

Features:

  • addition
  • subtraction
  • multiplication
  • division
  • sine
  • cosine
  • tangent
  • cotangent
  • drawing graphic
  • limit (if x -> 0)
  • limit (if x -> 1)
  • limit (if x -> ∞)
  • limit (if x -> any number)
  • undefinite integral
  • definite integral
  • derival
  • simplifying expressions
  • geometry calculations
  • electricity calculations

Python 2.7 needed only.