https://github.com/calculationcollective/pyxcalculator
https://github.com/calculationcollective/pyxcalculator
calculator cython
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calculationcollective/pyxcalculator
- Owner: CalculationCollective
- License: other
- Created: 2023-04-07T21:43:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T21:55:38.000Z (about 2 years ago)
- Last Synced: 2025-06-14T09:05:32.676Z (15 days ago)
- Topics: calculator, cython
- Language: Cython
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cython calculator
## Compiling
Run this command to compile the ```.pyx``` file using this command: ```python setup.py build_ext --inplace```This generates a ```.pyd``` file
## Executing
Import the previously created ```.pyd``` file into a new ```.py``` file and run the functions created in cython