Click here to Skip to main content
15,894,343 members
Articles / Operating Systems / Windows

Complex division by zero

17 Jun 2009CPOL 154  
An NMath customer submitted the following support question:I’m working on the primitives (NMathCoreShared.dll) and have found a rather odd ‘quirk’ with complex division by zero:DoubleComplex aa = new DoubleComplex(0.0, 0.0);DoubleComplex bb = new DoubleComplex(5.2, -9.1);Double
We're sorry, but the article you are trying to view was deleted at 18 Jun 2009.

Please go to the Windows Table of Contents to view the list of available articles in this section.