File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ Thank you
4+
5+ ## Rollout
6+ 1 . ` pip install -r dev-requirements.txt ` - Installing python dependencies
7+ 2 . ` cargo build ` - Installing rust dependencies
Original file line number Diff line number Diff line change 22
33Work in progress
44
5+ ## Installation
6+ ` pip install rem-math `
7+
58## Examples
69Sum of two 32-bit integer array
710``` py
Original file line number Diff line number Diff line change 1+ colorama == 0.4.6 ; python_version >= "3.11" and sys_platform == "win32"
2+ iniconfig == 2.1.0 ; python_version >= "3.11"
3+ maturin == 1.9.0 ; python_version >= "3.11"
4+ numpy == 2.3.1 ; python_version >= "3.11"
5+ packaging == 25.0 ; python_version >= "3.11"
6+ pluggy == 1.6.0 ; python_version >= "3.11"
7+ py-cpuinfo == 9.0.0 ; python_version >= "3.11"
8+ pygments == 2.19.2 ; python_version >= "3.11"
9+ pytest-benchmark == 5.1.0 ; python_version >= "3.11"
10+ pytest == 8.4.1 ; python_version >= "3.11"
You can’t perform that action at this time.
0 commit comments