3 Jun
2003
3 Jun
'03
8:03 p.m.
On Tuesday 03 June 2003 09:45 pm, Tim Wegner wrote:
The FPUcplxmul code in FPU087.asm looks okay to me. Although, the problem could be that the multiplies by zero return a -zero.
The exact multiplies prior to the are:
(-1)*(-5)(1)(-1) = -5
vs just plain -5.
And does using: (-1,0)*(-5,0)*(1,0)*(-1,0) make any difference? Is it a problem with taking the real numbers and turning them into complex pairs? Jonathan