not

operator fun Int.not(): Int

Computes the factorial of a non-negative integer.

Return

The factorial of the integer.

Receiver

The integer for which the factorial is to be computed. Must be non-negative.

Throws

if the integer is negative.