stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Implement double factorial

Open kgryte opened this issue 7 years ago • 3 comments

Double factorial. @stdlib/math/base/special/double-factorial.

kgryte avatar Dec 06 '16 10:12 kgryte

What name should the function have, factorial2 or doublefactorial ?

chrisdamba avatar Dec 06 '16 10:12 chrisdamba

Let's follow Python and Mathematica and go with factorial2.

kgryte avatar Dec 06 '16 10:12 kgryte

@rreusser Did you ever make any headway on your implementation? Or stated otherwise, how close were you to finishing an implementation for factorial2?

kgryte avatar Oct 05 '18 05:10 kgryte