Advertisement
Danielos168

Xd

Mar 2nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1.         public void Multiply(double a1, double b1)
  2.         {
  3.             re = ((re * a1) - (im * b1));
  4.             re = ((re * b1) + (im * a1));
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement