Metadata-Version: 2.4
Name: universal-calculator-naitik
Version: 3.0.0
Summary: A universal calculator written in Python.
Author: Naitik Singh
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

## CALCULATOR
A Python calculator that performs basic arithmetic operations on single or more than one numbers using conditional statements.
My code could perform various kinds of calculations as mentioned below :
# SINGLE NUMBER OPERATIONS:
1) Work with exponents(power)
2) Work with factorial
3) Work with roots
4) Work with percentage
5) Work with reciprocal(1/number)
6) Work with even & odd numbers
7) Work with prime numbers
8) Work with number table
9) Work with number system

# MULTIPLE NUMBER OERATIONS:
1) Work with addition
2) Work with subtraction
3) Work with multiplication
4) Work with division(Quotients)
5) Work with division(Remainder)
6) Work with division(Numbers after decimal)
7) Work with average
8) Work with percentage
9) Work with reciprocal
10) Work with Even & Odd

* Many other operations are underway in future updates !!!
