plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
lcm
Function
MIT
18 statements
Source File
MathClass.f90
MathClass
lcm
Contents
public function lcm(a, b, ItrMax) result(c)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
a
integer(kind=int32),
intent(in)
::
b
integer(kind=int32),
intent(in),
optional
::
ItrMax
Return Value
integer(kind=int32)