xmolecule
Manual
Modules
Block Data
Procedures
Derived Types
Programs
factorial
Function
Gnu General Public License V3
10 statements
anglib
factorial
Contents
public pure recursive function factorial(n) result(res)
calculated factorial
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
integer number
Return Value
real(kind=8)
result = n!