how to calculate pow and round off with BigInteger data type
below is code but when we go with quick watch it's showing {0}.my concern is how to get the value and how to round off this " BigInteger_getpow" value
double a=1;
double b=2;
int k=50;
BigInteger BigInteger_x = (BigInteger)(a/b);
BigInteger BigInteger_getpow = BigInteger.Pow(BigInteger_x , k);