Or login with:
| doublefalling_factorial( | double | x | |
| int | n | ) |
#include <codecogs/maths/combinatorics/arithmetic/falling_factorial.h> #include <iostream> int main() { std::cout << Maths::Combinatorics::Arithmetic::falling_factorial(4, 2) << std::endl; return 0; }
12| x | the first falling factorial argument |
| n | the second falling factorial argument |
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge