pow

number pow(base, exponent)

baseの値をexponentの累乗で表した値を返します。

Parameters

  1. base — 数値 (?^2)
  2. exponent — 累乗値 (2^?)

Returns