plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
gcd
Function
MIT
19 statements
Source File
MathClass.f90
MathClass
gcd
Contents
public function gcd(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)