Calculate modulus
Project description
mimodulito
Make the modulus part of your life style!
MiModulito is a package that allouds you to perform the modulus operation between two numbers like you've never seen before. It's efficency will leave you astonished.
Download and install
If you are using PyPI installation it's as simple as:
pip install mimodulito
You can also test the unstable version of the package with:
pip install -i https://test.pypi.org/simple/ mimodulito
Quick start
To import the package, run the next command:
import mimodulito
Code examples
Lets calculate the operation 3%2 usind the mod function:
import mimodulito
print(mimodulito.mod(3,2))
What's new
Version 0.4:
- Corrections in main function.
Version 0.3:
- Corrections in stability.
Version 0.2:
- Function
modwas implemented.
Version 0.1:
- First version of the package.
This package has been designed and written by Daniel Niño Villegas (C) 2023
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
mimodulito-0.4.tar.gz
(3.1 kB
view details)
File details
Details for the file mimodulito-0.4.tar.gz.
File metadata
- Download URL: mimodulito-0.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21a05efdd8a1a984b6898f609e7adf5a7e610561de60a1aa134e6db97748b8aa
|
|
| MD5 |
f4196e28ef42bb82155c1d77e64956fb
|
|
| BLAKE2b-256 |
8d463db4af18690c7c7681d66d4f2c88176964194879941803f70d889fa33162
|