You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently within the profiles module the gamma function is calculated by gamfun within the maths_library.f90. This is a Stirling approximation approach. SciPy is able to calculate the full integral with higher accuracy
Currently within the profiles module the gamma function is calculated by
gamfunwithin themaths_library.f90. This is a Stirling approximation approach. SciPy is able to calculate the full integral with higher accuracy