Metadata-Version: 2.1
Name: jamcalci
Version: 0.0.1
Summary: A basic calculator
Home-page: 
Author: Onkar jamma
Author-email: onkarjamma1@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

Python library Iâ€™ve developed, featuring 100+ custom mathematical operations designed for diverse computational needs. This library offers a comprehensive suite of functions, including:

âœ… Basic Arithmetic Operations: Addition, subtraction, multiplication, division, modulus, power, and more.
âœ… Geometric Calculations: Areas, perimeters, and volumes of various shapes.
âœ… Logical and Bitwise Operations: AND, OR, XOR, and shift operations.
âœ… Statistical Functions: Mean, median, mode, and standard deviation.
âœ… Number Properties: Prime checks, even/odd checks, digit counts, and more.
âœ… Custom Implementations: Square roots, cube roots, and factorials without using external libraries.

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

0.0.1 (04/12/2024)
-------------------
- First Release
