OpenLink Software

About: Tak (function)     Permalink

an Entity references as follows:

In computer science, the Tak function is a recursive function, named after (็ซนๅ†…้ƒ้›„). It is defined as follows: def tak( x, y, z) if y < x tak( tak(x-1, y, z), tak(y-1, z, x), tak(z-1, x, y) ) else z endend This function is often used as a benchmark for languages with optimization for recursion.

QRcode icon
QRcode image
Graph IRICount
http://dbpedia.org56 triples
Faceted Search & Find service v1.17_git139

Alternative Linked Data Documents: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 40 GB memory in use)
Copyright © 2009-2024 OpenLink Software