gcd Function

public function gcd(a, b) result(g)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: a
integer, intent(in) :: b

Return Value integer


Called by

proc~~gcd~~CalledByGraph proc~gcd gcd proc~lcm lcm proc~lcm->proc~gcd