Multiplication algorithm: Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.6.2)
Bawb131 (talk | contribs)
m Fast multiplication algorithms for large inputs: remove trailing escape from math tag
Line 283:
Complex multiplication normally involves four multiplications and two additions.
 
:<math>(a+bi) (c+di) = (ac-bd) + (bc+ad)i.\ </math>
 
Or