This package helps to do maths by Zan X Technologies
Project description
Zmathlib
An module which helps to do math porblems such as add, substract, multliply, devide and mush more feactures on fucture.
Badges
Features
- You can do math using our module easily.
- By using just add, sub, mul, div keywords.
- Easy to use it in your projects.
Installation
Install my-project with pip
pip install zmathplotlib
Usage/Examples
Using two variable
from zmathlib import *
a = 5
b = 6
add = add(a,b)
sub = sub(a,b)
mul = mul(a,b)
div = div(a,b)
print(add)
print(sub)
print(mul)
print(div)
Using multiple variable
from zmathlib import *
a = 5
b = 6
c = 7
d = 4
add = add(a,b,c,d)
sub = sub(a,b,c,d)
mul = mul(a,b,c,d)
div = div(a,b.c,d)
print(add)
print(sub)
print(mul)
print(div)
Roadmap
- Add more feactures.
- Make it a all in one math module.
Authors
Support
For support, email professor@zandora.space or follow our Instagram Page @zanx.coders
Feedback/Issues
If you have any feedback, please reach out to us at professor@zandora.space
If you have facing any issues, please report via Report Issues
License
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
File details
Details for the file zmathlib-0.1.0.tar.gz.
File metadata
- Download URL: zmathlib-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02fe42fcebf81cef410ba34b219bcc6e0a7de0794f61b1cd95c7aff1c9960b5d
|
|
| MD5 |
e9c2d38b2cdef2fc3067e4887322a15a
|
|
| BLAKE2b-256 |
f68ac48bd6a72464145a4bb116a22d4d3d95f923f27fcf8adf7a59c6ba7a3d74
|
File details
Details for the file zmathlib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zmathlib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d189663d175da5006e45f6d502e710c572025bc21ca51a7f5507f091cc66cf2
|
|
| MD5 |
2194ac311fe76cc52c61bcb34a3d5da7
|
|
| BLAKE2b-256 |
ece78fbc8304ba9c31f54f5ab00c66216b8d7522403151f9d3005e25a36b7e74
|