Problem 42966. find "greatest common divisor" of two integer value
A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96
output should be +6
x=-18; y=96; >>your_GCD(x,y) ans =
6
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers198
Suggested Problems
-
6079 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1984 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1432 Solvers
-
Return the first and last characters of a character array
11735 Solvers
-
1063 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!