function [gcdValue] = greatestcommondivisor(integer1, integer2) gcdValue = gcd(integer1, integer2);