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

Release files for math-package-xgqfrms 0.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for math-package-xgqfrms 0.0.2
File Size Uploaded
math_package_xgqfrms-0.0.2.tar.gz 4.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for math-package-xgqfrms 0.0.2
File Interpreter ABI Platform
math_package_xgqfrms-0.0.2-py3-none-any.whl Python 3 none any Details

Total release size: 7.9 kB

Release files / math_package_xgqfrms-0.0.2.tar.gz

Download URL math_package_xgqfrms-0.0.2.tar.gz
Size 4.7 kB
Tags Source
SHA-256 checksum
How to use checksums
a162a318b34fe8cb814152976c9907cea7f1f972df240b3d97c2d9f1cb8fa89f
BLAKE2b-256 checksum
How to use checksums
25a1493d3d9fa8de21ba1c94877d704a1b2812c19f822eb36b91034c00e7f36a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.6

Release files / math_package_xgqfrms-0.0.2-py3-none-any.whl

Download URL math_package_xgqfrms-0.0.2-py3-none-any.whl
Size 3.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
59434fde12b40b4322724785d768b72b773d6c92a56f597cb4dd3bff2c4daa51
BLAKE2b-256 checksum
How to use checksums
dd9f05444857c66c3448247c88317945d91eed9fdac0914910e034fd566a1bf4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.6

Release history Release notifications | RSS feed

This release

0.0.2 This release

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page