Python package for perform curated arithmetic calculation with Cython. this project was inspired with math (theory) and implementing on python library. this package using cython for speed up calculation and more optiomal and faster code.
Currently mega not available or registered on official pip , you can directly install mega with pip install git+ parameter
pip install git+https://github.com/WargaSlowy/mega
# adding --break-sytem-packages if you want to install globallyNote
Make sure to install uv for build this package.
Information you can check here for initialization
git clone https://github.com/mega
cd megabuild package
uv run setup.py build_ext --inplace;
uv pip install -e .import mega.op.function as function
number: float = 5.2
gamma_function = mega.GammaZ(number)
print(gamma_function.compute())