MathPowInt

数を指定された整数乗まで引き上げます。

double  MathPowInt(
  const double  x,      // 数値
  const int    power   // 累乗
  )

パラメータ

x

[in]  累乗される倍精度浮動小数点数

power

[in]  累乗を示す整数 

戻り値

xの(指定された)乗