Suppose that i've the next:
double a = Math.Pow(b, c);
And i know 'a' and 'c' but i need to get 'b', like:
double b = a ??? c;
Suppose that i've the next:
double a = Math.Pow(b, c);
And i know 'a' and 'c' but i need to get 'b', like:
double b = a ??? c;