Module gcd
datafusion_
functions
50.3.0
Module gcd
Module Items
Structs
Functions
In datafusion_
functions::
math
datafusion_functions
::
math
Module
gcd
Copy item path
Source
Structs
ยง
GcdFunc
Functions
ยง
compute_
gcd
Computes greatest common divisor using Binary GCD algorithm.
compute_
gcd_
for_
arrays
๐
compute_
gcd_
with_
scalar
๐
unsigned_
gcd
๐
Computes gcd of two unsigned integers using Binary GCD algorithm.