lcm Function

public function lcm(a, b, ItrMax) result(c)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: a
integer(kind=int32), intent(in) :: b
integer(kind=int32), intent(in), optional :: ItrMax

Return Value integer(kind=int32)


Contents

None