Skip to main content

Advanced Math

Project description

Introduction:

Advance Math This is a library for introducing mathematical concepts that are not in-built on python, like ratios, fractions, factors of numbers, etc.

Usage

This module currently has one out of the many mathematical operational modes (algebra, arithmetic, geometry, trigonometry, etc.)

So to use any function you need to:

from adv_math *

(mode).(function)

For example:

// Finding HCF of three numbers (5, 40, 75) from adv_math import arithmetic

hcf = Factor(5, 40, 75).HCF()

print(hcf)

Other classes in this library

artithmetic:

  • Ratio (methods: get, simplify, add, subtract, multiply, divide)
  • Fraction (methods: get, getType, simplify, add, subtract, multiply, divide)
  • Factor (methods: HCF, LCM)
  • Just Functions (functions: Factors, PrimeNumbers, CompositeNumbers)

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

adv_math-0.0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

adv_math-0.0.3-py3-none-any.whl (3.4 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