not
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.
Computes the factorial of a non-negative integer.
The factorial of the integer.
The integer for which the factorial is to be computed. Must be non-negative.
if the integer is negative.