Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/combinatorics/test_deps.ts>factorial

🦕 Combinatorial generators including combinations, permutations, combinations with replacement, permutations with replacement, cartesian products, and power sets.
Latest
function factorial
import { factorial } from "https://deno.land/x/combinatorics@1.1.2/test_deps.ts";

Return n factorial as an integer.

Parameters

n: number

Returns

number