complex arithmetic and signed zero?
Richard Henderson
rth@redhat.com
Wed Oct 12 20:41:00 GMT 2005
On Wed, Oct 12, 2005 at 10:49:44AM -0700, Steve Kargl wrote:
> How does one set z = 0 - I 0 in a portable manner with gcc?
z = conj(0);
r~
More information about the Gcc
mailing list