haar_
lib
0.1.0
In haar_
lib::
math::
factorize::
trial
haar_lib
::
math
::
factorize
::
trial
Function
factorize
Copy item path
Source
pub fn factorize(n:
u64
) ->
Vec
<(
u64
,
usize
)>
Expand description
試し割り素因数分解
Time comlexity
$\sqrt{n}$