Function rustlib::inter::power

source ·
pub fn power(n: usize, x: usize) -> usize
Expand description

繰り返し二乗法を用いてnx乗をO(logx)で計算します