Function binary_split

Source
pub fn binary_split(a: usize, b: usize) -> (IBig, IBig, IBig)
Expand description

Compute the binary split for the Chudnovsky algorithm. This function recursively computes the values of Pab, Qab, and Rab for the given range [a, b]. The binary split method is used to optimize the computation.