☰
Module inter
Functions
?
Module
rustlib
::
inter
source
·
[
−
]
Expand description
整数関連のライブラリ
Functions
power
繰り返し二乗法を用いて
n
の
x
乗を
O(logx)
で計算します
powm
繰り返し二乗法を用いて
n^x mod m
を
O(logx)
で計算します
rt
二分探索を用いて
floor(sqrt(n))
を
O(logn)
で計算します