pow

pow -- 指数関数値

説明

float pow(float base, float exp);

base の exp 乗を返します。

expも参照下さい。