A basic mathematical operation package
Project description
Package_mkm77
================
A basic mathematical operation package.
Installation
------------
You can install this package using pip:
```sh
pip install Package_mkm7
Usage
-----
Here is an example of how to use the functions in this package:
```python
import Package_mkm77
result_add = Package_mkm77.add(5, 3)
result_subtract = Package_mkm77.subtract(5, 3)
result_multiply = Package_mkm77.multiply(5, 3)
result_divide = Package_mkm77.divide(5, 3)
result_remainder = Package_mkm77.remainder(5, 3)
result_exponent = Package_mkm77.exponent(5, 3)
print(result_add) # Output: 8
print(result_subtract) # Output: 2
print(result_multiply) # Output: 15
print(result_divide) # Output: 1.6666666666666667
print(result_remainder) # Output: 2
print(result_exponent) # Output: 125
Functions
add(a, b): Function to sum two numbers.
subtract(a, b): Function to subtract two numbers.
multiply(a, b): Function to multiply two numbers.
divide(a, b): Function to divide two numbers.
remainder(a, b): Function to get the remainder.
exponent(a, b): Function to calculate a to the power of b.
Author
Mukesh
Version
0.1
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
package_mkm77-0.1.tar.gz
(1.9 kB
view details)
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
File details
Details for the file package_mkm77-0.1.tar.gz.
File metadata
- Download URL: package_mkm77-0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1718e0bca3134e876647fd3daa18f0d250fa7af758093fb477f6a284ff542e0e
|
|
| MD5 |
c74e4a3f6c431e10032b25a76fca14f6
|
|
| BLAKE2b-256 |
51f31574809ae0f392e3985c61494bb8a8539387d522254fcd1e4a5d9544f187
|
File details
Details for the file Package_mkm77-0.1-py3-none-any.whl.
File metadata
- Download URL: Package_mkm77-0.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fe2dc277c1de74f30d404de147c9a6aebee238394e6a169154f790161475b6d
|
|
| MD5 |
0b921bfbc1def87e3811bdd315c364bd
|
|
| BLAKE2b-256 |
44c4c7bb38ac84f12317bbb4e0a58e5161c63a107d3206aa7fe8c200e4699007
|