Skip to content
 
 

Repository files navigation

GitHub License

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.

Build Package

Note

Make sure to install uv for build this package for information you can check here for initialization

git clone https://github.com/mega
cd mega

build package

uv run setup.py build_ext --inplace;
uv pip install -e .

Usage

import mega.op.function as function

number: float = 5.2
print(function.gamma(number))

About

library perform math process

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages