Funktion
Funktion, in English commonly called function, is a foundational concept in mathematics and related disciplines. In German-language mathematics, the term Funktion corresponds directly to the English term function; the concept is also central in computer science, statistics and logic. The word ultimately derives from Latin functio and French fonction.
A function f from a set X (the domain) to a set Y (the codomain) is a
Functions can be classified by properties such as injectivity, surjectivity and bijectivity. An injective function assigns
In programming, a function (or method) is a named block of code that maps inputs to outputs.
---