fact

factorial

long
fact
pure nothrow
(
long n
)
in { assert (n >= 0); }
out (res) { assert (res >= 0); }

Meta