fork(1) download
  1. ur=1
  2. uc=2
  3. tau2=1
  4. b=3
  5. m = pow(complex(ur,uc)*complex(tau2,0) + complex(1,0),complex(b-1,0));
  6. print m
  7.  
Success #stdin #stdout 0.01s 9016KB
stdin
Standard input is empty
stdout
8j