Home
last modified time | relevance | path

Searched refs:factorial_odd_part (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dmathmodule.c1919 * The function factorial_odd_part computes the odd part m (i.e., the greatest
1922 * factorial_odd_part(n) =
1926 * Example: factorial_odd_part(20) =
2025 /* factorial_odd_part: compute the odd part of factorial(n). */
2028 factorial_odd_part(unsigned long n) in factorial_odd_part() function
2134 odd_part = factorial_odd_part(x); in math_factorial()

Completed in 5 milliseconds