meth - A simple Python library for mathematical functions
Project description
meth
A simple Python library for mathematical functions.
Installation
pip install meth-math
Usage
from meth import sine
import math
# Calculate sine of 0
result = sine(0)
print(result) # 0.0
# Calculate sine of π/2
result = sine(math.pi/2)
print(result) # 1.0
# Calculate sine of π
result = sine(math.pi)
print(result) # 0.0
Functions
sine(x)
Calculate the sine of an input value.
Parameters:
x(int or float): Input value in radians
Returns:
float: The sine value of the input
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
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
meth_math-0.1.0.tar.gz
(3.2 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 meth_math-0.1.0.tar.gz.
File metadata
- Download URL: meth_math-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0914fea1f40bb60141e6582fe1de467aa6802383e500535a8a59e81770e0e98f
|
|
| MD5 |
a7061e5757bafea327a40f52dd6ed5ba
|
|
| BLAKE2b-256 |
665b6155ae057ff295b6369d1b3018c9f95d5d9039aee19071dcdbde2be0d629
|
File details
Details for the file meth_math-0.1.0-py3-none-any.whl.
File metadata
- Download URL: meth_math-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a7e2c9881174f02d2d703a9d852c7e75b10cf9084b33af55a59d8074ed04415
|
|
| MD5 |
ea6b5d63ef8fb3dddf7303e717c8cf87
|
|
| BLAKE2b-256 |
365efbb14ad72e5291f4862d219bdd1abb1d18c3fe772801dd0043064c80049c
|