Hyperfactorial¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
Hyperfactorial[n]
gives the hyperfactorial prod_{k=1}^{n} k^k.
Exact (GMP) for a non-negative integer n; other orders stay symbolic. Listable, NumericFunction.
Examples¶
All examples below are verified against the current Mathilda build.
Implementation notes¶
Attributes: Listable, NumericFunction, Protected.
Implementation status¶
Stable — documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
References¶
- Source:
src/info.c - Specification:
docs/spec/builtins/special-functions.md