pub fn unscale(array: &mut [BFieldElement])
Expand description
Unscale the array by multiplying every element by the inverse of the array’s length. Useful for following up intt.
pub fn unscale(array: &mut [BFieldElement])
Unscale the array by multiplying every element by the inverse of the array’s length. Useful for following up intt.