Group: other_math¶
F¶
functionkfr::generic::factorial_approx(const T1 &) Returns the approximate factorial of an argumentvariablekfr::generic::factorial_tablefunctionkfr::generic::factorial(int) Returns the factorial of an argument. Returns max(uint64_t) if does not fit to uint64_t
G¶
functionkfr::generic::gamma(const T1 &) Returns the approximate gamma function of an argument
M¶
functionkfr::generic::modzerobessel(const T1 &) Computes the modified zeroth-order Bessel function of the first kind. This function calculates Iā(x), the modified Bessel function of the first kind with order zero, for the given input value.