desmath ~master (2016-01-06T21:44:09Z)
Dub
Repo
fact
des
math
combin
count
factorial
long
fact
pure nothrow
(
long
n
)
in { assert (n >= 0); }
out (res) { assert (res >= 0); }
Meta
Source
See Implementation
des
math
combin
count
functions
combinationCount
fact
partialPermutationCount
factorial