lcm Function

public function lcm(a, b) result(l)

Arguments

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

Return Value integer


Calls

proc~~lcm~~CallsGraph proc~lcm lcm proc~gcd gcd proc~lcm->proc~gcd