Function rustlib::inter::rt

source ·
pub fn rt(n: usize) -> usize
Expand description

二分探索を用いてfloor(sqrt(n))O(logn)で計算します