Home
last modified time | relevance | path

Searched refs:superfac (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_gammazeta.py545 assert [superfac(i) for i in range(8)] == [1, 1, 2, 12, 288, 34560, 24883200, 125411328000]
546 assert str(superfac(1000)) == '3.24570818422368e+1177245'
548 assert isnan(superfac(nan))
551 assert superfac(inf) == inf
553 assert isnan(superfac(-inf))
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dfunction_docs.py6431 superfac = r""" variable
H A D__init__.py403 superfac = mp.superfac variable
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/functions/
H A Dfactorials.py137 def superfac(ctx, z): function
/dports/math/py-mpmath/mpmath-1.2.1/
H A DCHANGES617 * Implemented superfactorials (superfac())