Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Return factorial. More...
Private Member Functions | |
integer(kind=i64) function | factorial_int32 (n) |
It would have been nice to declare the next functions as 'pure' functions, but it is safer to be able to indicate when their arguments have fallen out of range as this number is so limited anyway. More... | |
integer(kind=i64) function | factorial_int64 (n) |
It would have been nice to declare the next functions as 'pure' functions, but it is safer to be able to indicate when their arguments have fallen out of range as this number is so limited anyway. More... | |
Return factorial.
Definition at line 84 of file sll_m_utilities.F90.
|
private |
It would have been nice to declare the next functions as 'pure' functions, but it is safer to be able to indicate when their arguments have fallen out of range as this number is so limited anyway.
Definition at line 121 of file sll_m_utilities.F90.
|
private |
It would have been nice to declare the next functions as 'pure' functions, but it is safer to be able to indicate when their arguments have fallen out of range as this number is so limited anyway.
Definition at line 146 of file sll_m_utilities.F90.