Math operations
Project description
🎯 zedmath | Math
Simple library for mathematical expressions
VERSION: 1.0.0
INSTALLATION
- USING PIP
pip install zedmath
- CLONE REPO
git clone https://github.com/azizbekQozoqov/
MATH.git
USAGE
| Method names | Description | Arguments |
|---|---|---|
| pow | Returns the power of a number | x - Required - float or integer |
| abs | Returns the absolute value of the argument | a - Required - float or integer |
| round | Round a number to a given precision in decimal digits. | a - Required - float or integer |
| sum | Returns sum of the given numbers. | args - Required - integer, float, string, list[integer, float, string] |
| is_odd | Returns given numbers is odd or non odd | a - Required - integer |
| is_even | Returns given numbers is even or non even | a - Required - integer |
| ceil | Rounds a number up to its nearest integer | a - Required - integer, float |
| floor | Returns the value of a rounded down to its nearest integer | a - Required - integer, float |
| sign | Returns given number is positive or negative using 1,-1,0 | a - Required - integer, float |
| min | Returns minimum number | a - Required - integer, float |
| max | Returns maximum number | a - Required - integer, float, string, list[integer, float, string] |
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
zedmath-1.0.0.tar.gz
(4.2 kB
view details)
File details
Details for the file zedmath-1.0.0.tar.gz.
File metadata
- Download URL: zedmath-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0687c9adc7e7e60c000250e68306f41e6f6ec86028ded276b28715ed2fb53e5c
|
|
| MD5 |
57f4c45afaf32b324749f8dd284fc65c
|
|
| BLAKE2b-256 |
4486e324a0ef94ed426bb4ba6b719001537f2b0e0ff0551ee9ec67dc4317e6a9
|