Skip to main content

step

Function step 

Source
pub fn step(state: MinRootState) -> MinRootState
Expand description

Performs a single MinRoot iteration.

temp = x + y
y'   = x + i
x'   = fifth_root(temp)