I need to write n, in the formula below, as an exponent. Any ideas on how I can do that since I can't use the ^ sign in C#. Thanks
I already used the ^ sign but it doesnt work.
//Calculation
P = L x[(1 + .00583)^n * .00583] / [(1 + .00583)^n - 1];
//P = L*c(1 + c)n(1 + c)n−1;