pow(a[x]*j, b[x]) = (a[x]×j)b[x] = a[x]b[x]×jb[x]
Thanks a lot ,
I corrected my code but it isn't able to compute anything this time
can anybody tell me what is wrong this time ?
thanks
Last edited on
n has not been initialized when it's used on line 23.