https://github.com/xman/numpy-posit
posit (unum type III) integrated Numpy
https://github.com/xman/numpy-posit
posit unum
Last synced: 7 months ago
JSON representation
posit (unum type III) integrated Numpy
- Host: GitHub
- URL: https://github.com/xman/numpy-posit
- Owner: xman
- License: other
- Fork: true (numpy/numpy)
- Created: 2018-08-02T02:02:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T06:00:23.000Z (over 7 years ago)
- Last Synced: 2024-11-15T01:59:35.023Z (over 1 year ago)
- Topics: posit, unum
- Language: C
- Homepage: https://www.numpy.org/
- Size: 55.4 MB
- Stars: 14
- Watchers: 5
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 
[](https://travis-ci.org/numpy/numpy)
[](https://ci.appveyor.com/project/charris/numpy)
NumPy is the fundamental package needed for scientific computing with Python.
- **Website (including documentation):** http://www.numpy.org
- **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
- **Source:** https://github.com/numpy/numpy
- **Bug reports:** https://github.com/numpy/numpy/issues
It provides:
- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities
If ``nose`` is installed, tests can be run after installation with:
python -c 'import numpy; numpy.test()'
[](https://numfocus.org)