Skip to main content

simplemathutils-lib is a creative package for basic mathematical operations with Python.

Project description


simplemathutils-lib

Downloads release Python-Version issues PyPI - Status License Stack Overflow

simplemathutils-lib is a creative package for basic mathematical operations with Python.

All simplemathutils-lib wheels distributed on pypi are MIT licensed.

Requirements

simplemathutils-lib requires python 3.6 or greater.

Installation

Install with pip:

pip install simplemathutils-lib

If you are using the old version of simplemathutils-lib and want to update it:

pip install --upgrade simplemathutils-lib

Examples

import simplemathutils_lib as simplemath

simplemath.add(10,2,1) 
# Output: 13

simplemath.subtract(2,1)
# Output: 1

simplemath.multiply(10,2,1)
# Output: 20

simplemath.divide(2,1)
# Output: 2

Contribute

Feel free to open pull requests to expand this documentation, add features or fix problems.

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

simplemathutils_lib-0.1.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

simplemathutils_lib-0.1.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

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