pub fn step(state: MinRootState) -> MinRootStateExpand description
Performs a single MinRoot iteration.
temp = x + y
y' = x + i
x' = fifth_root(temp)pub fn step(state: MinRootState) -> MinRootStatePerforms a single MinRoot iteration.
temp = x + y
y' = x + i
x' = fifth_root(temp)