Jump to content

Unary function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Purgy Purgatorio (talk | contribs) at 10:44, 1 January 2018 (top: small tweaks). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A unary function is a function that takes one argument. A unary operator belongs to a subset of unary functions, in that its range coincides with its domain.

Example :
here is an operand which is operated on by a unary operator in postfix notation, denoted by , with the general meaning in computer science of

,

in mathematical notation

Many of the elementary functions 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 functions are unary.

See also

References