Skip to main content

Calculate modulus

Project description

mimodulito

Make the modulus part of your life style!

version downloads

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.

Logo

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 mod was 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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page