fonksiyon
In mathematics, a fonksiyon, or function, is a relation between two sets called the domain and the codomain that assigns to every element of the domain exactly one element of the codomain. It is usually written as f: X -> Y with the rule f(x) = y. The image of a value x is y, and the set of all such outputs is the range of f.
Functions can be classified by how they map inputs to outputs. An injective (one-to-one) function assigns distinct
Composition of functions combines two functions f: X -> Y and g: Y -> Z into g ∘ f:
Beyond pure mathematics, the notion of a function appears in computer science as a block of code
Key concepts include domain, codomain, image, range, and inverse, as well as limits, continuity, and differentiability