Skip to main content

math_package_xgqfrms

A math package of python 3. ๐Ÿ

This package includes math methods: addition, subtraction, multiplication and division.

PyPI

https://pypi.org/user/xgqfrms/

https://pypi.org/project/math_package_xgqfrms/

GitHub

math_package_project

Project tree

# math_package_project
$ tree
.
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ dist
โ”‚   โ”œโ”€โ”€ math_package_xgqfrms-0.0.2-py3-none-any.whl
โ”‚   โ””โ”€โ”€ math_package_xgqfrms-0.0.2.tar.gz
โ”œโ”€โ”€ pyproject.toml
โ”œโ”€โ”€ src
โ”‚   โ””โ”€โ”€ math_package_xgqfrms
โ”‚       โ”œโ”€โ”€ __init__.py
โ”‚       โ””โ”€โ”€ math.py
โ””โ”€โ”€ tests
    โ”œโ”€โ”€ demo.py
    โ””โ”€โ”€ test.py

Examples

  1. add
import math_package_xgqfrms as Math

n1 = 1
n2 = 2
sum = Math.add(n1, n2)
print("sum =", sum)
# sum = 3
  1. sub
import math_package_xgqfrms as Math

n1 = 3
n2 = 1
minus = Math.sub(n1, n2)
print("minus =", minus)
# minus = 2
  1. mul
import math_package_xgqfrms as Math

n1 = 2
n2 = 3
multi = Math.mul(n1, n2)
print("multi =", multi)
# multi = 6
  1. div
import math_package_xgqfrms as Math

n1 = 6
n2 = 2
divide = Math.div(n1, n2)
print("divide =", divide)
# div = 3.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

math_package_xgqfrms-0.0.2.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

math_package_xgqfrms-0.0.2-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file math_package_xgqfrms-0.0.2.tar.gz.

File metadata

  • Download URL: math_package_xgqfrms-0.0.2.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for math_package_xgqfrms-0.0.2.tar.gz
Algorithm Hash digest
SHA256 a162a318b34fe8cb814152976c9907cea7f1f972df240b3d97c2d9f1cb8fa89f
MD5 66ba183cfefc88e31056fb2558dc02e9
BLAKE2b-256 25a1493d3d9fa8de21ba1c94877d704a1b2812c19f822eb36b91034c00e7f36a

See more details on using hashes here.

File details

Details for the file math_package_xgqfrms-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for math_package_xgqfrms-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 59434fde12b40b4322724785d768b72b773d6c92a56f597cb4dd3bff2c4daa51
MD5 593c3b584479612d25eafd8a74da0415
BLAKE2b-256 dd9f05444857c66c3448247c88317945d91eed9fdac0914910e034fd566a1bf4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.2 This release

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page