sudan
Version:
In the theory of computation, the Sudan function is an example of a function that is recursive, but not primitive recursive
23 lines (22 loc) • 557 B
JSON
{
"name": "sudan",
"version": "3.0.0",
"description": "In the theory of computation, the Sudan function is an example of a function that is recursive, but not primitive recursive",
"main": "index.js",
"repository": "https://github.com/102/sudan",
"bugs": {
"email": "rgusev2@gmail.com",
"url": "https://github.com/102/sudan/issues"
},
"author": "Roman Gusev <rgusev2@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"test": "node --test"
},
"keywords": [
"function",
"recursive",
"sudan"
]
}