Re: [MATH-164] handling complex multiplication special cases

2008-01-08 Thread Phil Steitz
On 1/8/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The https://issues.apache.org/jira/browse/MATH-164 issue presents a > multiplication case which is neither consistent with double multiplication nor > compliant to C99. Considering the division case which already handles lots of > special ca

[MATH-164] handling complex multiplication special cases

2008-01-08 Thread luc . maisonobe
The https://issues.apache.org/jira/browse/MATH-164 issue presents a multiplication case which is neither consistent with double multiplication nor compliant to C99. Considering the division case which already handles lots of special cases, I think we should really be C99-compliant for this method.