Skip to content

function factorial(int) other_math

constexpr uint64_t factorial(int n) { … }

Returns the factorial of an argument. Returns max(uint64_t) if does not fit to uint64_t

Defined at math/gamma.hpp:74