Simple Python Fixed-Point Module 0.6
tools for arithmetic on fixed-point (binary) numbers
FixedPoint (SPFPM) is a pure-Python module which provides basic facilities for manipulating fixed-point numbers of essentially arbitrary precision. It aims to be more suitable for simulating binary fixed-point artihmetic within electronic hardware (e.g. for digital signal processing (DSP) applications) than the Decimal package, which is more concerned with fixed-point arithmetic in base-10. SPFPM supports basic arithmetic operations as well as a range of mathematical functions including sqrt, exp, sin, cos, atan etc.
- Author: RW Penney
- Home Page: http://www.sourceforge.net/projects/pyfixedpoint
- Keywords: arithmetic,fixed-point,trigonometry,arbitrary precision
- License: PSF Python License
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Science/Research
- License :: OSI Approved :: Python Software Foundation License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Mathematics
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: rwpenney
- DOAP record: Simple Python Fixed-Point Module-0.6.xml