Only for demo purpose add, sub, mul, div and squ
Project description
Project description
The project was started in 2023 by Tushali Devikar for mathematical function.
Installation Dependencies tmath requires:
Python (>= 3.8)
User installation The easiest way to install tmath is using pip:
pip install -U tmath
USAGE Quickstart
import tmath
For Checking Version
print(tmath.version)
The dir() function can be used on all modules
print(dir(tmath))
For addition
tmath.add(1,2)
For substraction
tmath.sub(1,2)
For Multiplication
tmath.mul(1,2)
For division
tmath.div(1,2)
For square
tmath.squ(2)
Use this way also
from tmath import add print(add(1,2))
Development The tmath goals are to be helpful, welcoming, and effective. The Development Guide has detailed information about contributing code, documentation, tests, and more. I am included some basic information in this README.
Project History The project was started in 2023 by Tushali Devikar for mathematical function.
Help and Support
Project details
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 tmath-0.4.tar.gz.
File metadata
- Download URL: tmath-0.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1439569667c97174181457fc0a39096c15db31cc53b86a4b1cf01c52c7457ab
|
|
| MD5 |
cbf8870d454c79ad7c6a199a7f7515c2
|
|
| BLAKE2b-256 |
f659d6996b4ab2624db6c04c10581d0ffccaff837b8a06678c966a75ee829517
|
File details
Details for the file tmath-0.4-py3-none-any.whl.
File metadata
- Download URL: tmath-0.4-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47d6000f2f32c17079fed65efad0de058b5870dd1f19b2f08ec787d5329bda0f
|
|
| MD5 |
99684d53a37ceddb746d1b659a671219
|
|
| BLAKE2b-256 |
607465fd3c175f7027c1d92816047cb8fc648e5b2761a800e8346f2bfa1d2b18
|