README.md in English
Matics is a math module.
- 1.3.2b1
See DOCS.md
Platform: Linux
$ cd matics
$ ./build.sh
Platform: Windows
D:\matics> pip install cython
D:\matics> python func1setup.py build_ext --inplace
D:\matics> gcc -fPIC -shared step.c -o step.so
D:\matics> mv .matics/* ./
D:\matics> rmdir matics
D:\matics> python func1.pyx
D:\matics> python main.py
Pleas look at EXAMPLES.md
Author's email is guozhenduo1@163.com. Welcome!!!
I would like to thank Bangyen for making this project better.
No plan now.
- Can I contribute?
- That's for sure.As long as your code helps.
- Which version is good?
- 1.3.2b1
- How do we update?
- We update it every two weeks.
- Python >= 3.8
- C99 or C11
- Cython >= 0.29.21
README.md in Chinese
“matics”是个数学计算模块。
- 1.3.2b1
操作系统: Linux
$ cd matics
$ ./build.sh
操作系统: Windows
D:\matics> pip install cython
D:\matics> python func1setup.py build_ext --inplace
D:\matics> gcc -fPIC -shared step.c -o step.so
D:\matics> mv .matics/* ./
D:\matics> rmdir matics
D:\matics> python func1.pyx
D:\matics> python main.py
请看到EXAMPLES.md
作者的邮箱是guozhenduo1@163.com,欢迎来信
感谢Bangyen,他为这个项目做出了巨大的贡献。
目前没有计划。
- 我可以做贡献吗?
- 肯定的。只要你的代码足够好。
- 那个版本好?
- 1.3.2b1
- 我们如何更新?
- 两周一次
- Python >= 3.8
- C99 or C11
- Cython >= 0.29.21