Function factorial_approx¶
function factorial_approx(const T1 &) math¶
Returns the approximate factorial of an argument.
Computed as gamma(x + 1), which matches the factorial for non-negative integers. The result is an approximation.
| T1 | Scalar numeric type. |
| x | Argument to the factorial. |
| Approximation of x! as a floating-point value. |
Fully qualified name: kfr::factorial_approx(const T1 &)
Declared at math/gamma.hpp:59
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.