
31 Jul
2008
31 Jul
'08
12:44 p.m.
Daniel Frey wrote:
On Thu, 2008-07-31 at 07:47 -0400, Neal Becker wrote:
I have the beginning of a fixed-pt binary lib. Fixed-pt is popular in DSP applications. It is integer arithmetic, but keeping track of the binary pt.
It is built on top of constrained_value.
It is small, so I include it here:
I think you should return self& instead of self from most of the operators.
Yes, thanks (oversight)