Metadata-Version: 2.1
Name: CalculatorBasicLibrary
Version: 0.0.3
Summary: A tool made to aid with basic and advanced calculations in Python
Home-page: 
Author: Umer Imran
Author-email: um3rimran@gmail.com
License: MIT
Keywords: calculator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.TXT
Requires-Dist: sympy
Requires-Dist: numpy
Requires-Dist: matplotlib

This is a library that is accosiated with numbers. This makes calculating in Python easier.
Te dSeq function creates and returns the Doubling Sequence up to the number given.
The sqrt function is Square Root.
The area function takes in 2 shapes. Rectangle, Triangle. Square, Parralelogram and Rhombus fall into the Rectangle catagory. The shape name should be lowercase.
The oddEven function takes 2 numbers and calculates how many odd and even numbers are in the range of the numbers with increment of 1.
The OEinc function does the same, but takes a third number as an increment.
e is Euler's number.
Here is an example to use the Calculator class.

print(Calculator.calculate("express"))

where calc is a variable and express is the expression (BIDMAS is accepted in the expression). The expression MUST BE in strings.
I hope you use this library and it helps you.
Made by an 11 year old.

Change Log
==========

0.0.1 (18/08/2024)
-------------------
- First Release

0.0.2 (19/08/2024)
-------------------
- Many, many, many more and advanced functions

0.0.3 (06/09/2024)
-------------------
- Teensy update to include variables, one more function and improve the Calculator class.
