Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 591 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 591 Bytes

Factorial

Build Status codecov Go Report Card

Package factorial allows for users to calculate the factorial of any int64 in the form of a big.Int. The calculations can be done sequentially or concurrently.