A calculus calculator with a menu-based interface.
Project description
calc-ultra
Calculus made easy
The Calc-ULTRA calculus calculator, but as a module!
- Little Python background knowledge needed.
- Supports derivatives, antiderivatives, and definite integrals - with a graph!
Note
This is the module package of the Calc-ULTRA calculator. For the Python script of this package, visit https://github.com/sudoer-Huatao/Calc-ULTRA
Installation and Running
Run the calculus calculator with a single line of code
Command line: pip install calc-ultra
.
To run the calculator, import Calc-ULTRA as calc_ultra
like so: from calc_ultra import main
.
Make sure you have the latest version installed. For example, if the latest version is 1.0.2, type pip install calc-ultra==1.0.2
to reinstall the module.
Demo (v1.0.1):
https://github.com/sudoer-Huatao/calc_ultra/assets/135504586/17170f6e-4d7a-42ef-8d1d-121cde82f26a
Requirements
This program requires sympy
, numpy
, matplotlib
, datetime
, math
, logging
, warnings
and os
modules. datetime
, math
, logging
, warnings
and os
are built-in to most Python editors.
Warnings
Function limitations
Due to limitations of the SymPy module, some functions cannot be integrated. The Error Function erf(x)
can be integrated in both indefinite integral and definite integral calculation, but the Absolute Value and Factorial functions are only available to definite integral calculations. Also, the factorial function cannot be graphed properly. Integration of composed functions are also limited due to SymPy limitations. While some composed functions work, others don't. 😟
Test PYPI
Previous test version of this project is on Test PYPI. View on https://test.pypi.org/project/calc-ultra/.
Acknowledgements
Without them, this would be impossible
A general thank-you to all GitHub users who gave feedback and/or starred this repository. ⭐️ And... a SPECIAL THANK-YOU to @Haobot for troubleshooting and feedback! 👍❤️
This program was made using SymPy and SciPy for calculation and Matplotlib and NumPy for graphing.
Gallery
DerivaCalc implicit derivative demo:
InteCalc antiderivative demo:
InteCalc definite integral with graph demo:
LimCalc limit demo:
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file calc_ultra-1.1.0.tar.gz
.
File metadata
- Download URL: calc_ultra-1.1.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7f7a41df430b8f226ee2d3e4d5f91ecf41c1dd50736b54679f12089f17adf51 |
|
MD5 | d8c4a9859457b518abe30af3909ed965 |
|
BLAKE2b-256 | 0de41da663e631a91dae489bfc0b0e22a4ce6da3a58276bf4b7d74a1fb885a44 |
File details
Details for the file calc_ultra-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: calc_ultra-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df241d11c1b3bfd908d10f4df6cd909aad0a41707ad06935bf60fbc664a207e |
|
MD5 | 414e8c1f52ca3c073daf16102896218c |
|
BLAKE2b-256 | 0f7ea32794fdedcb48a487b5b23a20dfbfcc7da2f40a6093c6bd50c4c8cdfe22 |