Unary function

function that takes one argument. In computer science, a unary operator is a subset of unary function

A unary function is a function that takes just a single argument. In contrast, a function that takes more than one argument is called a polyadic function.

This description of a function's arguments is known as its arity.