In many programming languages, map is a higher-order function that applies a given function to each element of a collection, e.g. a list or set, returning...
23 KB (1,572 words) - 17:57, 1 August 2025
computer science, a higher-order function (HOF) is a function that does at least one of the following: takes one or more functions as arguments (i.e. a...
24 KB (2,643 words) - 18:43, 23 March 2025
accumulate, aggregate, compress, or inject) refers to a family of higher-order functions that analyze a recursive data structure and through use of a given...
39 KB (2,787 words) - 17:58, 1 August 2025
functional programming, filter is a higher-order function that processes a data structure (usually a list) in some order to produce a new data structure containing...
12 KB (600 words) - 14:07, 24 May 2025
Zipping (computer science) (redirect from Zip (higher-order function))
programming portal Map (higher-order function) map from ClojureDocs map(function, iterable, ...) from section Built-in Functions from Python v2.7.2 documentation...
11 KB (834 words) - 11:52, 30 April 2025
higher-order function). In the language Haskell: map :: (a -> b) -> [a] -> [b] map f [] = [] map f (x:xs) = f x : map f xs Languages where functions are...
28 KB (2,525 words) - 16:04, 30 June 2025
pairs Map (higher-order function), used to apply a function to a list of values and return another list with the results MAP (file format) Map (parallel...
5 KB (716 words) - 22:22, 6 June 2025
Derivative (redirect from Higher-order derivative)
interval. Higher order derivatives are the result of differentiating a function repeatedly. Given that f {\displaystyle f} is a differentiable function, the...
58 KB (7,403 words) - 01:20, 3 July 2025
passed to higher-order functions or used for constructing the result of a higher-order function that needs to return a function. If the function is only...
30 KB (2,277 words) - 05:24, 14 July 2025
with category reduction gives the MapReduce pattern.: 106–107 Map (higher-order function) Functional programming Algorithmic skeleton Samadi, Mehrzad;...
2 KB (244 words) - 05:00, 12 February 2023
the function's domain X. It is not required that x be unique; the function f may map one or more elements of X to the same element of Y. The term surjective...
17 KB (1,941 words) - 14:49, 16 July 2025
is passed to the operator as a delegate. This implements the Map higher-order function. Where The Where operator allows the definition of a set of predicate...
28 KB (3,366 words) - 06:11, 3 February 2025
square root Functional equation Higher-order function Infinite compositions of analytic functions Iterated function Lambda calculus The strict sense...
37 KB (3,772 words) - 08:50, 25 February 2025
Apply (redirect from Apply (higher-order function))
dictionary. In mathematics and computer science, apply is a function that applies a function to arguments. It is central to programming languages derived...
12 KB (1,449 words) - 23:57, 28 July 2025
In mathematics, an injective function (also known as injection, or one-to-one function ) is a function f that maps distinct elements of its domain to...
17 KB (2,589 words) - 07:48, 3 July 2025
calculus, function types are used to express the idea of higher-order functions In programming more generally, many higher-order function concepts occur...
9 KB (1,225 words) - 11:21, 22 June 2025
mathematics, a map or mapping is a function in its general sense. These terms may have originated as from the process of making a geographical map: mapping...
6 KB (708 words) - 08:15, 6 November 2024
In mathematics, a conformal map is a function that locally preserves angles, but not necessarily lengths. More formally, let U {\displaystyle U} and V...
22 KB (2,515 words) - 19:35, 17 July 2025
Monad (functional programming) (redirect from Bind (higher-order function))
So to begin, a structure requires a higher-order function (or "functional") named map to qualify as a functor: map : (a → b) → (ma → mb) This is not always...
75 KB (9,297 words) - 08:34, 12 July 2025
function Higher-order function Homomorphism Morphism Microfunction Distribution Functor Associative array Closed-form expression Elementary function Functional...
76 KB (11,410 words) - 20:15, 22 May 2025
In mathematics and logic, a higher-order logic (abbreviated HOL) is a form of logic that is distinguished from first-order logic by additional quantifiers...
9 KB (1,066 words) - 14:21, 31 July 2025
graph of the function will be composed of polygonal or polytopal pieces. Splines generalize piecewise linear functions to higher-order polynomials, which...
10 KB (1,211 words) - 10:47, 27 May 2025
passed to higher-order functions or used for constructing the result of a higher-order function that needs to return a function. If the function is only...
61 KB (7,585 words) - 18:08, 1 June 2025
determinant". If the function of the theorem belongs to a higher differentiability class, the same is true for the inverse function. There are also versions...
42 KB (7,935 words) - 05:47, 16 July 2025
in <set> --> </xsl:for-each> Do while loop For loop While loop Map (higher-order function) "D Programming Language foreach Statement Documentation". Digital...
42 KB (4,147 words) - 09:46, 29 July 2025
In mathematics, the inverse function of a function f (also called the inverse of f) is a function that undoes the operation of f. The inverse of f exists...
43 KB (5,224 words) - 09:30, 6 June 2025
Restriction (mathematics) (redirect from Restriction of a map)
etc.) of a function f {\displaystyle f} is an extension of f {\displaystyle f} that is also a linear map (respectively, a continuous map, etc.). The...
11 KB (1,906 words) - 17:20, 28 May 2025
In computer science, a perfect hash function h for a set S is a hash function that maps distinct elements in S to a set of m integers, with no collisions...
23 KB (2,908 words) - 00:02, 20 June 2025
Currying (redirect from Curried function)
"currying" is not used, while Curry is mentioned later in the context of higher-order functions. John C. Reynolds defined "currying" in a 1972 paper, but did not...
36 KB (5,036 words) - 09:11, 23 June 2025
surjection or onto function. Bijective function: is both an injection and a surjection, and thus invertible. Identity function: maps any given element...
13 KB (1,407 words) - 00:18, 19 May 2025