/Factorial2.jl

Primary LanguageJuliaMIT LicenseMIT

Double factorial

The double factorial is the multiplication of all integers between 1 and n that have the same parity.

pkg> add https://github.com/Leticia-maria/Factorial2.jl.git
julia> using Factorial2