UNPKG

sudan

Version:

In the theory of computation, the Sudan function is an example of a function that is recursive, but not primitive recursive

4 lines (3 loc) 97 B
declare module "sudan" { export default function F(n: bigint, x: bigint, y: bigint): bigint; }