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 Version Control : MathCo v0.3

Why MathCo?

As "MathCo", the name itself means, "Maths Companion", a guide to help you out for whatever operation do you need it. We're at a constant rate of combining all mathematical operations in one module for ease of access and performance. We want to keep libraries simpler and easier to use.

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"
  • Fibonacci Series
from mathco import Fibonacci
x = Fibonacci()
print(x.series(5))

Functions available

  1. Basic()
    • 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
  2. Fibonacci()
    • x.series(n): Fibonacci Series ranging to "n"

Extra Details

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

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.3.tar.gz (14.7 kB view details)

Uploaded Source

File details

Details for the file mathco-0.0.3.tar.gz.

File metadata

  • Download URL: mathco-0.0.3.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for mathco-0.0.3.tar.gz
Algorithm Hash digest
SHA256 026a5ea257c2ce503b847947fead32d068da78a1224fc2e55ce52cfcbac91e70
MD5 0d30de4e544863692b489549d0e26b98
BLAKE2b-256 eafcf2f0acdb9cf9ee6719583cd0f90a49cc36fbe595b554a4b1aceb3651112d

See more details on using hashes here.

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