Home
last modified time | relevance | path

Searched refs:factorial2 (Results 1 – 25 of 83) sorted by relevance

1234

/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/functions/
H A Dtest_comb_factorials.py167 assert factorial2(-1) == 1
168 assert factorial2(0) == 1
169 assert factorial2(7) == 105
170 assert factorial2(8) == 384
171 assert factorial2(n).func == factorial2
174 assert isinstance(factorial2(oo), factorial2)
178 assert isinstance(factorial2(Rational(-1, 2)), factorial2)
196 assert factorial2(tt - 1).is_integer
197 assert factorial2(tte - 1).is_integer
234 assert factorial2(tt).is_odd is None
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/functions/combinatorial/tests/
H A Dtest_comb_factorials.py308 assert factorial2(-1) == 1
309 assert factorial2(0) == 1
310 assert factorial2(7) == 105
311 assert factorial2(8) == 384
333 assert factorial2(tt - 1).is_integer
334 assert factorial2(tte - 1).is_integer
335 assert factorial2(tpe - 3).is_integer
336 assert factorial2(tto - 4).is_integer
366 assert factorial2(tt).is_odd is None
374 assert factorial2(tf).is_odd is None
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/tests/
H A Dao_order_test.py2 from scipy.special import factorial2
14 …n *= np.sqrt(2.**(self.l) / factorial2(2*self.i - 1) / factorial2(2*self.j - 1) / factorial2(2*sel…
H A Dlcao_spinor_test.py3 from scipy.special import sph_harm, factorial2
130 …n *= np.sqrt(2.**(self.l) / factorial2(2*self.i - 1) / factorial2(2*self.j - 1) / factorial2(2*sel…
/dports/math/py-sympy/sympy-1.9/sympy/physics/
H A Dsho.py2 from sympy.functions import assoc_laguerre, sqrt, exp, factorial, factorial2
59 (sqrt(pi)*(factorial2(2*n + 2*l - 1)))
/dports/lang/php81/php-8.1.1/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/www/mod_php80/php-8.0.15/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/lang/php73/php-7.3.33/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/lang/php74/php-7.4.27/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/lang/php80/php-8.0.15/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/www/mod_php73/php-7.3.33/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/www/mod_php81/php-8.1.1/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/www/mod_php74/php-7.4.27/tests/func/
H A D003.phpt46 function factorial2($start, $n)
51 return factorial2($start,$n-1)*$n;
87 $result=factorial2(return4(),return7());
/dports/graphics/ampasCTL/CTL-57b48a2/unittest/IlmCtl/
H A Dexample.ctl120 factorial2 (int i)
125 return i * factorial2 (i - (3 - 8/4));
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm68 factorial2 MACRO n macro
81 mov eax, factorial2(4)
/dports/math/py-Diofant/Diofant-0.13.0/docs/modules/functions/
H A Dcombinatorial.rst50 factorial2 / double factorial
53 .. autoclass:: diofant.functions.combinatorial.factorials.factorial2
/dports/math/py-sympy/sympy-1.9/sympy/core/tests/
H A Dtest_sympify.py12 from sympy.functions.combinatorial.factorials import factorial, factorial2
226 assert sympify('x!!') == factorial2(x)
227 assert sympify('(x+1)!!') == factorial2(x + 1)
228 assert sympify('(1 + y*(x + 1))!!') == factorial2(1 + y*(x + 1))
229 assert sympify('(1 + y*(x + 1)!!)^2') == (1 + y*factorial2(x + 1))**2
230 assert sympify('y*x!!') == y*factorial2(x)
231 assert sympify('factorial2(x)!') == factorial(factorial2(x))
/dports/math/py-sympy/sympy-1.9/doc/src/modules/functions/
H A Dcombinatorial.rst50 factorial2 / double factorial
53 .. autoclass:: sympy.functions.combinatorial.factorials.factorial2

1234