Content deleted Content added
Siddharthist (talk | contribs) Rewrite and organize examples into a section |
→Examples: usual notation for maps + more precisely |
||
Line 4:
== Examples ==
The [[successor function]], denoted <math>\operatorname{succ}</math>, is a unary operator. Its ___domain and codomain are the [[Natural number|natural numbers]], its definition is as follows:
:<math display="block">
\begin{align}
\operatorname{succ}
\end{align}
</math>
In many [[Programming language|programming languages]] such as [[C (programming language)|C]], executing this operation is denoted by [[Reverse Polish notation|
Many of the [[elementary function]]s are unary functions, in particular the [[trigonometric functions]], [[logarithm]] with a pre-specified base, [[exponentiation]] to a pre-specified power or of a pre-specified base, and [[hyperbolic function]]s are unary.
|