smpl.functions.fac

smpl.functions.fac(n)[source]

Fac(x)

>>> from smpl.functions import fac
>>> from smpl import plot
>>> plot.function(fac,xmin=-5,xmax=5)

(Source code, png, hires.png, pdf)

../_images/smpl-functions-fac-1.png