LCM Function

public elemental function LCM(A, B)

Arguments

Type IntentOptional AttributesName
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

Contents

None