Skip to main content

Companion for your Mathematical operations

Project description

Mathco

Companion for your Mathematical operations

Mathco is a Python Basic Library that can perform basic mathematical functions and operations. Easy to use.

Install Mathco : pip install mathco
Mathco Github : Click this link

Examples

  • Simple Usage of Mathco Library
from mathco import Basic
x = Basic() # Creates an instance
print(x.add(1,2)) # Gives out output as "3"
  • Taking input from user
from mathco import Basic
x = Basic()
i = input("Enter here :")
i2 = input("Enter here :")
print(x.add(i, i2))

Functions available

  • x.add(x,y) : Adds two integers
  • x.sub(x,y) : Subtracts two integers
  • x.mul(x,y) : Multiply two integers
  • x.div(x,y) : Divides two integers

Extra Details

  • License : GNU General Public License v3.0
  • Modules Needed : None (for v0.0.1)

Created with ❤️ by AbelR007

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

mathco-0.0.2.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

mathco-0.0.2-py3-none-any.whl (14.8 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