Module

x/simplestatistic/src/factorial.js

simple statistics for node & browser javascript
import * as mod from "https://dotland.deno.dev/x/simplestatistic@v7.7.1/src/factorial.js";

Functions

A Factorial, usually written n!, is the product of all positive integers less than or equal to n. Often factorial is implemented recursively, but this iterative approach is significantly faster and simpler.