☰
In rustlib::inter
?
Function
rustlib
::
inter
::
power
source
·
[
−
]
pub fn power(n:
usize
, x:
usize
) ->
usize
Expand description
繰り返し二乗法を用いて
n
の
x
乗を
O(logx)
で計算します