Content deleted Content added
No edit summary |
|||
(9 intermediate revisions by 6 users not shown) | |||
Line 1:
{{Short description|Function that takes one argument}}
{{refimprove|date=August 2012}}▼
{{Multiple issues|
In [[mathematics]], a '''unary function''' is a [[function (mathematics)|function]] that takes one [[Arity|argument]]. A [[unary operator]] belongs to a subset of unary functions, in that its [[range of a function|range]] coincides with its [[___domain of a function|___domain]]. In contrast, a unary function's ___domain may or may not coincide with its range. ▼
{{one source |date=May 2024}}
{{No footnotes|date=December 2024}}
}}
▲In [[mathematics]], a '''unary function''' is a [[function (mathematics)|function]] that takes one [[Arity|argument]]. A [[unary operator]] belongs to a subset of unary functions, in that its [[
== Examples ==
The [[successor function]], denoted <math>\operatorname{succ}</math>, is a unary operator. Its ___domain and codomain are the [[
: <math display="block">▼
▲:<math display="block">
\begin{align}
\operatorname{succ} : \quad & \mathbb{N} \rightarrow \mathbb{N} \\
Line 13 ⟶ 17:
</math>
In
Many of the [[elementary function]]s are unary functions, including the [[trigonometric functions]], [[logarithm]] with a specified base, [[exponentiation]] to a particular power or base, and [[hyperbolic function]]s.
== See also ==
* [[Arity]]
* [[Binary function]]
* [[Binary
* [[Iterated binary operation]]
* [[Ternary operation]]
* [[Unary operation]]
==
* [http://www.cs.ucl.ac.uk/staff/W.Langdon/FOGP Foundations of Genetic Programming]
{{Authority control}}
[[Category:Functions and mappings]]
[[Category:Types of functions]]
[[Category:Unary operations|*]]
{{maths-stub}}
|