plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
comb
Function
MIT
35 statements
Source File
MathClass.f90
MathClass
comb
Contents
public pure function comb(n, r) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
n
integer(kind=int32),
intent(in)
::
r
Return Value
real(kind=real64)