| TestPypi Package | TestPyPI Version |
| Meta |
Note: math-pkg was only published to TestPyPi
math-pkg is a project that has functions for basic math operations.
Attribute: pyOpenSci
You can install this package into your preferred Python environment using pip:
pip install -i https://test.pypi.org/simple/ math_pkgTo use math-pkg in your code:
>>> from math_pkg.square_number import square_number
>>> square_number(3)
>>> from math_pkg.subtract_numbers import subtract_numbers
>>> subtract_numbers(3, -10)
- Copyright © 2026 eao939.
- Free software distributed under the MIT License.