Hi Community!
The Stoa Calculator is for all the students in a STEM career, it has aritmethic, trigonometry, geometry, algebra, statistics, matrices, plotting and calculus!
This amazing calculator has all the functions you need for your day to day work, for example if you're in a hurry you can easily get an integral or a trigonometric plot, this calculator has almost everything, we update this calculator day to day so you can get the best experience!
The installation is pretty simple, the github page and on the pypi website has all the information for you to download the package for python, but here i'm gonna guide you on how you can download it, first of all is very important you have installed python on your computer, once you have this you then can start on the next steps.
Once you have the latest version of python installed, you have to download 3 packages to make the stoa calculator work perfectly, this calculator is for STEM students and python has great packages for them, but what stoa calculator tries to do is to make hard work and just put it easy for students.
pip install numpy
pip install sympy
pip install matplotlib
Now that we have the 3 packages we now need to install the calculator itself, always remember to have your python updated to the latest version so you won't have any problems with the installation, also very important is that you constantly keep updating the stoacalculator, we try each month to add a new function!
pip install stoacalculator
Finally you can now start using the calculator! Remember to check our documentation for more information on what functions you can use and how to use them, soon i'll be updating the Complete Course of the Stoa Calculator so everyone can use this amazing calculator and have fun with it!
Documentation