comparison main/fixed/src/fixedComplex.h @ 9481:d84d2fea3c90 octave-forge

Re-enable compilation of fixed package
author jordigh
date Wed, 22 Feb 2012 22:07:33 +0000
parents f8d77845533f
children
comparison
equal deleted inserted replaced
9480:954f2f00d782 9481:d84d2fea3c90
119 (unsigned int)a.real(), 119 (unsigned int)a.real(),
120 (unsigned int)b.real()), 120 (unsigned int)b.real()),
121 FixedPoint((int)is.imag(), (int)ds.imag(), 121 FixedPoint((int)is.imag(), (int)ds.imag(),
122 (unsigned int)a.imag(), 122 (unsigned int)a.imag(),
123 (unsigned int)b.imag())) { } 123 (unsigned int)b.imag())) { }
124
125 operator bool () const { return fixedpoint() != 0.0; }
124 126
125 Complex sign (void) const; 127 Complex sign (void) const;
126 Complex getdecsize (void) const; 128 Complex getdecsize (void) const;
127 Complex getintsize (void) const; 129 Complex getintsize (void) const;
128 Complex getnumber (void) const; 130 Complex getnumber (void) const;