factorial-power ( x n h -- (x)n(h) )


Vocabulary
math.factorials

Inputs
xan object
nan object
han object


Outputs
(x)n(h)an object


Definition