/factorial

A Golang factorial repository, including parallel factorial.

Primary LanguageGoMIT LicenseMIT

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.