Wikifunctions:Catalogue/Functional operations
Appearance
Note that functions as argument or return types are not fully supported yet. See [1]
- apply (Z13036): a function that applies another (single argument) function to a value
- apply two-argument function (Z13318): a function that applies another (two-argument) function to two arguments
- apply a two-parameter function to a common first argument and a list of second arguments (Z13436): returns a list of results
- apply a two-parameter function to a list of first arguments and a common second argument (Z13464): returns a list of results
- apply natural number function to positive integer (Z17352): used to pass a positive integer into a function written for natural numbers
- apply integer function to natural number (Z17355): used to pass a natural number into a function written for integers
- apply float64 function to rational number (Z21402): used to pass a rational number into a function written for floating point numbers
- string is fixpoint of function (Z12875): check if a string function evaluated at a value has the same value
- K combinator (Z10249): returns a function that returns the given value no matter what value it is passed with
- run unary endofunction n times (Z17958): no description
- apply list of functions (Z13351): takes a list of functions, a value, and applies the value to the composition of the (single argument) functions (in the order they appear on the list)