@lucid-softworks/number-factorial
v0.1.0
Published
Compute factorials for non-negative safe integers.
Downloads
163
Maintainers
Readme
@lucid-softworks/number-factorial
Compute factorials for non-negative safe integers.
import { factorial } from "@lucid-softworks/number-factorial";
factorial(5); // 120See the exported types and tests for exact edge-case behavior.
