IMPRODUCT() is suppose to calculate products of
complex numbers. However, its answers are not correct: only
the real portion of the complex numbers seem to be used.
=IMPRODUCT(2+i2,2-i2)
= 2*2+2*i2-2*i2-i2*i2
= 4 +i4 -i4 -(4) [i2*i2=-4]
= 8
But Calc lists the answer as 4.
Are there any complex functions that really work other
than IMREAL()? (It only reads the real part of a complex number.
--Dan
--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted