Skip to main content

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

Project description

simplemathutils-lib

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(2,1) 
# Output: 3

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

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

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

simplemathutils_lib-0.0.9-py3-none-any.whl (4.7 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