This code gives me this error;
“CS0019 Operator ‘^’ cannot be applied to operands of type ‘float’ and ‘float’”
I’m at a loss for what could be causing this. (Btw, all three of these variables are floats)
sum1 = sum1 ^ nTwo;
This code also gives the same error;
sum2 = sum2 ^ (1/nOne);