Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
compute_gcd in datafusion_functions::math::gcd - Rust
[go: Go Back, main page]

datafusion_functions::math::gcd

Function compute_gcd

Source
pub fn compute_gcd(x: i64, y: i64) -> Result<i64>
Expand description

Computes greatest common divisor using Binary GCD algorithm.