Content deleted Content added
Niteshjangir (talk | contribs) Example :- a++ means a is a operand which is operated by a unary operator++. it can be writen in this form a=a+1 Tag: Text added at end of page |
Niteshjangir (talk | contribs) No edit summary |
||
Line 1:
A '''unary function''' is a [[function (mathematics)|function]] that takes one [[Parameter (computer science)|argument]]. In [[computer science]], a [[unary operator]] is a subset of unary function.
Example :-
a++
here a is a operand which is operated by a unary operator++.
it can be writen in this form
a=a+1 BY
NITESH JANGID
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 from a pre-specified base, and [[hyperbolic function]] are unary.
|