Analytics

2011年6月9日 星期四

[C#]使用 Math.Pow 算出n的n次方(Math.Pow calculated using the n-th power of n)


問題
使用 Math.Pow 算出n的n次方



解決方法
int x = Math.Pow(2,5);//2的5次方

沒有留言:

熱門文章