Function compute_gcd

Source
pub fn compute_gcd(x: i64, y: i64) -> Result<i64, ArrowError>
Available on crate feature math_expressions only.
Expand description

Computes greatest common divisor using Binary GCD algorithm.