Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement double factorial #44

Closed
kgryte opened this issue Dec 6, 2016 · 3 comments · Fixed by #1112
Closed

Implement double factorial #44

kgryte opened this issue Dec 6, 2016 · 3 comments · Fixed by #1112
Labels
difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality.
Projects

Comments

@kgryte
Copy link
Member

kgryte commented Dec 6, 2016

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

@kgryte kgryte added difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. labels Dec 6, 2016
@chrisdamba
Copy link
Contributor

What name should the function have, factorial2 or doublefactorial ?

@kgryte
Copy link
Member Author

kgryte commented Dec 6, 2016

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

chrisdamba added a commit to chrisdamba/stdlib that referenced this issue Dec 7, 2016
rreusser added a commit to rreusser/stdlib that referenced this issue May 6, 2017
Partially resolves stdlib-js#44 by implementing the double factorial for
nonnegative integers by way of a lookup table.
rreusser added a commit to rreusser/stdlib that referenced this issue May 6, 2017
Partially resolves stdlib-js#44 by implementing the double factorial for
nonnegative integers by way of a lookup table.
rreusser added a commit to rreusser/stdlib that referenced this issue May 6, 2017
Partially resolves stdlib-js#44 by implementing the double factorial for
nonnegative integers by way of a lookup table.
rreusser added a commit to rreusser/stdlib that referenced this issue May 7, 2017
Partially resolves stdlib-js#44 by implementing the double factorial for
nonnegative integers by way of a lookup table.
rreusser added a commit to rreusser/stdlib that referenced this issue May 7, 2017
Partially resolves stdlib-js#44 by implementing the double factorial for
nonnegative integers by way of a lookup table.
@kgryte
Copy link
Member Author

kgryte commented Oct 5, 2018

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

kgryte added a commit that referenced this issue Nov 17, 2023
Closes: #44
PR-URL: 	#1112
Co-authored-by: Athan Reines <kgryte@gmail.com>
Reviewed-by: Athan Reines <kgryte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality.
Projects
Features
In Progress
2 participants