dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Jabber.NET


From: Marcus
Subject: [DotGNU]Jabber.NET
Date: Thu, 13 Feb 2003 00:59:38 -0600
User-agent: KMail/1.5.9

You described several errors similar to this one:

./bedrock/util/Complex.cs:219: invalid operands to binary `*'

return Math.Exp(m_real) * new Complex( Math.Cos(m_imag),
Math.Sin(m_imag));

This is essentially a call to
        operator* ( Complex, Complex )

where Math.Exp ( m_real ) is implicitly convertible to Complex.

This is most likely the same bug as 
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2107&group_id=353




reply via email to

[Prev in Thread] Current Thread [Next in Thread]