jf_pcs

Function checked_fft_size

Source
pub fn checked_fft_size(degree: usize) -> Result<usize, PCSError>
Expand description

compute the fft size (i.e. num_coeffs) given a degree.