Factorial of large numbers

computes factorials of large arguments using standard algorithm
2,2K téléchargements
Mise à jour 10 mai 2007

Afficher la licence

This function implements a standard algorithm for computing factorials. It may not be the most efficient for very large arguments, but it is very transparent. The function accepts single numbers as inputs or arrays.

Note that for any real work, the code suggested by John D'Errico is actually preferable, because it is faster and more precise. This code is implemented in another file on FEX, logfactorial. I would therefore suggest that you use that function instead of largefactorial.

Citation pour cette source

Yvan Lengwiler (2024). Factorial of large numbers (https://www.mathworks.com/matlabcentral/fileexchange/14816-factorial-of-large-numbers), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : Log of factorial of large numbers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0

Better documentation.
Small bug fix.
Slightly better speed.