./wip/py-spfpm, Tools for arithmetic on fixed-point (binary) numbers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.1, Package name: py310-spfpm-0.6.1, Maintainer: jihbed.research

'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.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: db8a20653f598e6015099d689ee5978096d207fd
Filesize: 18.267 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-12 17:26:41 by othyro | Files touched by this commit (56)
Log message:
MASTER_SITES -> MASTER_SITE_SOURCEFORGE; part 2/4. Let me know if this
breaks anything. Minor formatting and HOMEPAGE fixes in some files.
   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-09-06 15:55:53 by Kamel Derouiche | Files touched by this commit (5) | Imported package
Log message:
Import py26-spfpm-0.6.1 as wip/py-spfpm.

'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.