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 problem #4

Open
DavidSagan opened this issue Apr 6, 2024 · 0 comments
Open

Factorial problem #4

DavidSagan opened this issue Apr 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DavidSagan
Copy link
Member

Julia standard factorial(n) function only takes arguments up to n = 20 since the function returns an Int64. factorial(big(n)) can be used for larger n but this will slow down calculations. So the thought is to write a function fact(n) which returns a Float64. This can be used up to n = 170.

@DavidSagan DavidSagan added the enhancement New feature or request label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant