meth - A simple Python library for mathematical functions
Project description
ma+h
A simple Python library for mathematical functions.
Installation
pip install ma-plus-h-math
Usage
from ma+h 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
ma_plus_h_math-0.1.1.tar.gz
(3.3 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 ma_plus_h_math-0.1.1.tar.gz.
File metadata
- Download URL: ma_plus_h_math-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9188abb2f213ed98d4473d22c6b7aa18c1be8d9c1d3f25d904fc5933d3461b3f
|
|
| MD5 |
9066661bfbfc59b6d2dabd3c6d50dac6
|
|
| BLAKE2b-256 |
5e48b0011470749afd9c1c9bf9627f21b86578053bb26652e09d9ba044bcd7c5
|
File details
Details for the file ma_plus_h_math-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ma_plus_h_math-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
584421f69b08b051333f901cabf411b8a8e1abb6f35c4a8a9905558b60e260db
|
|
| MD5 |
ca251446a97495753146cf5579ad3e9b
|
|
| BLAKE2b-256 |
d287bf96e5bd24077487a238038c791e4bd11ab119377f88cc3b5f22774f1f69
|