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

Factorial Support #5

Open
4 tasks done
maxrober opened this issue Feb 1, 2023 · 1 comment
Open
4 tasks done

Factorial Support #5

maxrober opened this issue Feb 1, 2023 · 1 comment

Comments

@maxrober
Copy link

maxrober commented Feb 1, 2023

It would be nice to be able to get the factorial of a number with a single operation!
(i.e., given n =10, return 10 * 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1, or for n = 3, returns 3 * 2 * 1)

  • Add Factorials
  • Make 'em fancy
  • ????
  • Profit
@crobinett1
Copy link

Good idea! I'll work on implementing this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants