Skip to content

ramanawithu/factorial_python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Factorial function in Python3 way

Python's math.factorial() implementation is orders of magnitude faster in Python3 over Python2. It is due to asymptotically faster factorial algorithm used, unified representation of Python numeric types and their numerical algorithms being used.

It is an attempt to reimplemnt the same idea.

About

Implementation of Factorial function in Python3 way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages