factorial

The factorial of a number.

public pure nothrow @safe
uint
factorial
(
uint f
)

Parameters

f uint

is the number that the factorial is being performed on.

Return Value

Type: uint

The factorial of f.

Meta