Im very confused with unary operations. I have read from WikiPedia and many other sites what unary operations are. Specifically...
In mathematics, a unary operation is an operation with only one operand, i.e. a single input. An example is a function $f: A \to A$, where $A$ is a set. The function $f$ is a unary operation on $A$.
Common notations are prefix notation (e.g. $+$, $−$, $\neg$), postfix notation (e.g. factorial $n!$), functional notation (e.g. $\sin x$ or $\sin(x)$), and superscripts (e.g. transpose $A^T$). Other notations exist as well. For example, in the case of the square root, a horizontal bar extending the square root sign over the argument can indicate the extent of the argument.
I don't understand why trigonometric functions, logarithms, square root etc. are considered unary operations.
Can you make more accessible to me? Thank you.
Your title suggests you are wondering about the difference between "unary operation" and "unary function". There is no difference. An operation is just a special type of function.