About: Tak (function)     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatElementarySpecialFunctions, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FTak_%28function%29&graph=http%3A%2F%2Fdbpedia.org&graph=http%3A%2F%2Fdbpedia.org

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.

AttributesValues
rdf:type
rdfs:label
  • Tak (Funktion) (de)
  • Fonction de Takeuchi (fr)
  • 竹内関数 (ja)
  • Tak (function) (en)
rdfs:comment
  • Die Tak-Funktion, benannt nach (竹内郁雄), ist eine rekursive Funktion, die folgendermaßen definiert ist: Anders ausgedrückt: Sie wird oft als Benchmark für Programmiersprachen verwendet, die auf Rekursion optimiert sind. (de)
  • La fonction de Takeuchi, abrégée tak ou parfois tarai, est la présentation récursive d'une fonction qui doit son nom à (竹内郁雄). La présentation de la fonction, qui, par ailleurs, admet une définition non récursive assez simple, peut requérir des calculs très longs si le compilateur qui l'implante n'est pas performant. Pour cette raison, elle est souvent utilisée pour tester les performances de l'implantation des fonctions récursives par le compilateur d'un langage de programmation. (fr)
  • 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. (en)
  • 竹内関数(たけうちかんすう)は、プログラミング言語処理系のベンチマークなどに使われる、再帰的に定義された関数である。 (ja)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
title
  • TAK Function (en)
urlname
  • TAKFunction (en)
has abstract
  • Die Tak-Funktion, benannt nach (竹内郁雄), ist eine rekursive Funktion, die folgendermaßen definiert ist: Anders ausgedrückt: Sie wird oft als Benchmark für Programmiersprachen verwendet, die auf Rekursion optimiert sind. (de)
  • La fonction de Takeuchi, abrégée tak ou parfois tarai, est la présentation récursive d'une fonction qui doit son nom à (竹内郁雄). La présentation de la fonction, qui, par ailleurs, admet une définition non récursive assez simple, peut requérir des calculs très longs si le compilateur qui l'implante n'est pas performant. Pour cette raison, elle est souvent utilisée pour tester les performances de l'implantation des fonctions récursives par le compilateur d'un langage de programmation. (fr)
  • 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. (en)
  • 竹内関数(たけうちかんすう)は、プログラミング言語処理系のベンチマークなどに使われる、再帰的に定義された関数である。 (ja)
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 56 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software