stdlib
stdlib copied to clipboard
Implement double factorial
What name should the function have, factorial2 or doublefactorial ?
Let's follow Python and Mathematica and go with factorial2.
@rreusser Did you ever make any headway on your implementation? Or stated otherwise, how close were you to finishing an implementation for factorial2?