You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcd ( numeric_type , numeric_type ) → numeric_type: Greatest common divisor (the largest positive number that divides both inputs with no remainder); returns 0 if both inputs are zero; available for integer, bigint, and numeric.
Description
gcd ( numeric_type , numeric_type ) → numeric_type: Greatest common divisor (the largest positive number that divides both inputs with no remainder); returns 0 if both inputs are zero; available for integer, bigint, and numeric.
Use case
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: