A simple arithmetic and statistics calculator library
Project description
PremiumCalculator Library
A simple Python library for arithmetic and basic statistics operations.
Folder Name: PremiumCalculator
Features:
Arithmetic Operations:
- Addition
- Subtraction
- Multiplication
- Division
- Modulus
- Power
Statistics Operations:
- Mean
- Median
- Mode
- Variance
- Standard Deviation
- Min / Max
- Range
Usage:
Import the functions in your Python file:
from PremiumCalculator import *
Example:
print(add_numbers(5, 3))
nums = [1, 2, 2, 3] print(mean_numbers(nums))
Notes:
- Supports only int and float values
- Raises errors for invalid input
- Division by zero is not allowed
Author: Krish
Change Log
0.0.1 (25/04/2026)
-First Release
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters