Path to this page:
./
wip/py-spfpm,
Tools for arithmetic on fixed-point (binary) numbers
Branch: CURRENT,
Version: 0.6.1,
Package name: py312-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)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-spfpm-0.6.1
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-spfpm-0.6.1
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-spfpm-0.6.1
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) | |
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.
|