Home
last modified time | relevance | path

Searched refs:FACTORIAL (Results 1 – 25 of 4150) sorted by relevance

12345678910>>...166

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_factorial.pro5 ; testing the FACTORIAL() function
22 print, format=format_g, FACTORIAL(input)
23 print, format=format_g, FACTORIAL(input+0.)
24 print, format=format_i, FACTORIAL(input, /ul64)
25 print, format=format_i, FACTORIAL(input+0., /ul64)
26 print, format=format_g, FACTORIAL(input, /ul64, /stirling)
27 print, format=format_g, FACTORIAL(input+0., /ul64, /stirling)
28 print, format=format_g, FACTORIAL(input, /stirling)
29 print, format=format_g, FACTORIAL(input+0., /stirling)
38 FACTORIAL(i), FACTORIAL(i,/ul), $
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/src/
H A Dmaths.rs9 const FACTORIAL: [Decimal; 28] = [ const
149 for factorial in FACTORIAL.iter().skip(2) { in checked_exp_with_tolerance()
443 assert_eq!("1", FACTORIAL[0].to_string(), "0!"); in factorials()
444 assert_eq!("1", FACTORIAL[1].to_string(), "1!"); in factorials()
445 assert_eq!("2", FACTORIAL[2].to_string(), "2!"); in factorials()
446 assert_eq!("6", FACTORIAL[3].to_string(), "3!"); in factorials()
447 assert_eq!("24", FACTORIAL[4].to_string(), "4!"); in factorials()
448 assert_eq!("120", FACTORIAL[5].to_string(), "5!"); in factorials()
449 assert_eq!("720", FACTORIAL[6].to_string(), "6!"); in factorials()
450 assert_eq!("5040", FACTORIAL[7].to_string(), "7!"); in factorials()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/src/
H A Dmaths.rs9 const FACTORIAL: [Decimal; 28] = [ const
149 for factorial in FACTORIAL.iter().skip(2) { in checked_exp_with_tolerance()
443 assert_eq!("1", FACTORIAL[0].to_string(), "0!"); in factorials()
444 assert_eq!("1", FACTORIAL[1].to_string(), "1!"); in factorials()
445 assert_eq!("2", FACTORIAL[2].to_string(), "2!"); in factorials()
446 assert_eq!("6", FACTORIAL[3].to_string(), "3!"); in factorials()
447 assert_eq!("24", FACTORIAL[4].to_string(), "4!"); in factorials()
448 assert_eq!("120", FACTORIAL[5].to_string(), "5!"); in factorials()
449 assert_eq!("720", FACTORIAL[6].to_string(), "6!"); in factorials()
450 assert_eq!("5040", FACTORIAL[7].to_string(), "7!"); in factorials()
[all …]
/dports/science/latte/LATTE-1.2.2/src/
H A Dwignerd.F9033 INTEGER, EXTERNAL :: FACTORIAL local
41 SQRT( REAL(FACTORIAL(L + M) * FACTORIAL(L - M) * &
42 FACTORIAL(L + MP) * FACTORIAL(L - MP)) ) / REAL(2**L)
52 DENOM = REAL(FACTORIAL(K) * FACTORIAL(L - M - K) * &
53 FACTORIAL(L - MP - K) * FACTORIAL(M + MP + K))
H A Dfactorial.F9029 INTEGER :: I1, I, FACTORIAL local
31 FACTORIAL = 1
34 FACTORIAL = FACTORIAL * I
/dports/www/firefox/firefox-99.0/third_party/rust/rust_decimal/src/
H A Dmaths.rs14 const FACTORIAL: [Decimal; 28] = [ const
186 for factorial in FACTORIAL.iter().skip(2) { in checked_exp_with_tolerance()
743 assert_eq!("1", FACTORIAL[0].to_string(), "0!"); in test_factorials()
744 assert_eq!("1", FACTORIAL[1].to_string(), "1!"); in test_factorials()
745 assert_eq!("2", FACTORIAL[2].to_string(), "2!"); in test_factorials()
746 assert_eq!("6", FACTORIAL[3].to_string(), "3!"); in test_factorials()
747 assert_eq!("24", FACTORIAL[4].to_string(), "4!"); in test_factorials()
748 assert_eq!("120", FACTORIAL[5].to_string(), "5!"); in test_factorials()
749 assert_eq!("720", FACTORIAL[6].to_string(), "6!"); in test_factorials()
750 assert_eq!("5040", FACTORIAL[7].to_string(), "7!"); in test_factorials()
[all …]
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/src/
H A Dmaths.rs14 const FACTORIAL: [Decimal; 28] = [ const
186 for factorial in FACTORIAL.iter().skip(2) { in checked_exp_with_tolerance()
743 assert_eq!("1", FACTORIAL[0].to_string(), "0!"); in test_factorials()
744 assert_eq!("1", FACTORIAL[1].to_string(), "1!"); in test_factorials()
745 assert_eq!("2", FACTORIAL[2].to_string(), "2!"); in test_factorials()
746 assert_eq!("6", FACTORIAL[3].to_string(), "3!"); in test_factorials()
747 assert_eq!("24", FACTORIAL[4].to_string(), "4!"); in test_factorials()
748 assert_eq!("120", FACTORIAL[5].to_string(), "5!"); in test_factorials()
749 assert_eq!("720", FACTORIAL[6].to_string(), "6!"); in test_factorials()
750 assert_eq!("5040", FACTORIAL[7].to_string(), "7!"); in test_factorials()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/cr-eomccsd_t/
H A Dc2_c2.F74 DOUBLE PRECISION FACTORIAL
76 EXTERNAL FACTORIAL
142 &nsuperh(1))/FACTORIAL(nsuperh(2))/FACTORIAL(nsubp(1))/FACTORIAL(ns
248 DOUBLE PRECISION FACTORIAL
250 EXTERNAL FACTORIAL
316 &nsuperh(1))/FACTORIAL(nsuperh(2))/FACTORIAL(nsubp(1))/FACTORIAL(ns
425 DOUBLE PRECISION FACTORIAL
430 EXTERNAL FACTORIAL
503 &nsuperh(1))/FACTORIAL(nsuperh(2))/FACTORIAL(nsubp(1))/FACTORIAL(ns
625 EXTERNAL FACTORIAL
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/cr-eomccsd_t/
H A Dc2_c2.F74 DOUBLE PRECISION FACTORIAL
76 EXTERNAL FACTORIAL
142 &nsuperh(1))/FACTORIAL(nsuperh(2))/FACTORIAL(nsubp(1))/FACTORIAL(ns
248 DOUBLE PRECISION FACTORIAL
250 EXTERNAL FACTORIAL
316 &nsuperh(1))/FACTORIAL(nsuperh(2))/FACTORIAL(nsubp(1))/FACTORIAL(ns
425 DOUBLE PRECISION FACTORIAL
430 EXTERNAL FACTORIAL
503 &nsuperh(1))/FACTORIAL(nsuperh(2))/FACTORIAL(nsubp(1))/FACTORIAL(ns
625 EXTERNAL FACTORIAL
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dfactorial.pro1 function FACTORIAL, input, stirling=stirling, ul64=ul64
24 ; res=FACTORIAL(20) --> Double
25 ; res=FACTORIAL(20,/ul64) --> ul64
26 ; res=FACTORIAL(20.) --> Double
27 ; res=FACTORIAL(20, /striling) --> Double
28 ; res_vec=FACTORIAL([20,21,22]) --> Double Array
29 ; res_vec=FACTORIAL([20,21,22],/ul64) --> Ulong64 Array
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/eomccsdtq/
H A Deomccsdtq_density1_5_6_3.F63 DOUBLE PRECISION FACTORIAL
65 EXTERNAL FACTORIAL
151 CALL DGEMM('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
152 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
153 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
H A Deomccsdtq_denominator.F223 DOUBLE PRECISION FACTORIAL
225 EXTERNAL FACTORIAL
293 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
385 DOUBLE PRECISION FACTORIAL
387 EXTERNAL FACTORIAL
474 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
475 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
575 DOUBLE PRECISION FACTORIAL
577 EXTERNAL FACTORIAL
684 &L(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIA
[all …]
H A Deomccsdtq_density1_5_6_2.F57 DOUBLE PRECISION FACTORIAL
59 EXTERNAL FACTORIAL
126 CALL DGEMM('T','N',dima_sort,dimb_sort,dim_common,4.0d0/FACTORIAL(
127 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/eomccsdt/
H A Deomccsdt_density1_5_5_3.F63 DOUBLE PRECISION FACTORIAL
65 EXTERNAL FACTORIAL
151 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
152 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
153 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
H A Deomccsdt_denominator.F211 DOUBLE PRECISION FACTORIAL
213 EXTERNAL FACTORIAL
280 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,4.0d0/FACTORIAL(
281 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
373 DOUBLE PRECISION FACTORIAL
375 EXTERNAL FACTORIAL
461 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
462 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
463 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
H A Deomccsdt_density1_5_5_2.F57 DOUBLE PRECISION FACTORIAL
59 EXTERNAL FACTORIAL
126 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,4.0d0/FACTORIAL(
127 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/eomccsdt/
H A Deomccsdt_density1_5_5_3.F63 DOUBLE PRECISION FACTORIAL
65 EXTERNAL FACTORIAL
151 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
152 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
153 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
H A Deomccsdt_denominator.F211 DOUBLE PRECISION FACTORIAL
213 EXTERNAL FACTORIAL
280 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,4.0d0/FACTORIAL(
281 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
373 DOUBLE PRECISION FACTORIAL
375 EXTERNAL FACTORIAL
461 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
462 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
463 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
H A Deomccsdt_density1_5_5_2.F57 DOUBLE PRECISION FACTORIAL
59 EXTERNAL FACTORIAL
126 CALL dgemm('T','N',dima_sort,dimb_sort,dim_common,4.0d0/FACTORIAL(
127 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/eomccsdtq/
H A Deomccsdtq_density1_5_6_3.F63 DOUBLE PRECISION FACTORIAL
65 EXTERNAL FACTORIAL
151 CALL DGEMM('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
152 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
153 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
H A Deomccsdtq_denominator.F223 DOUBLE PRECISION FACTORIAL
225 EXTERNAL FACTORIAL
293 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
385 DOUBLE PRECISION FACTORIAL
387 EXTERNAL FACTORIAL
474 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
475 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
575 DOUBLE PRECISION FACTORIAL
577 EXTERNAL FACTORIAL
684 &L(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIA
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/gradients/
H A Dtce_cisdtq_denominator.F218 DOUBLE PRECISION FACTORIAL
220 EXTERNAL FACTORIAL
288 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
380 DOUBLE PRECISION FACTORIAL
382 EXTERNAL FACTORIAL
469 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
470 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
570 DOUBLE PRECISION FACTORIAL
572 EXTERNAL FACTORIAL
679 &L(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIA
[all …]
H A Dtce_cisdt_denominator.F211 DOUBLE PRECISION FACTORIAL
213 EXTERNAL FACTORIAL
280 CALL DGEMM('T','N',dima_sort,dimb_sort,dim_common,4.0d0/FACTORIAL(
281 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
373 DOUBLE PRECISION FACTORIAL
375 EXTERNAL FACTORIAL
461 CALL DGEMM('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
462 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
463 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/gradients/
H A Dtce_cisdtq_denominator.F218 DOUBLE PRECISION FACTORIAL
220 EXTERNAL FACTORIAL
288 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
380 DOUBLE PRECISION FACTORIAL
382 EXTERNAL FACTORIAL
469 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
470 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort
570 DOUBLE PRECISION FACTORIAL
572 EXTERNAL FACTORIAL
679 &L(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIA
[all …]
H A Dtce_cisdt_denominator.F211 DOUBLE PRECISION FACTORIAL
213 EXTERNAL FACTORIAL
280 CALL DGEMM('T','N',dima_sort,dimb_sort,dim_common,4.0d0/FACTORIAL(
281 &nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsubh(1))/FACTORIAL(ns
373 DOUBLE PRECISION FACTORIAL
375 EXTERNAL FACTORIAL
461 CALL DGEMM('T','N',dima_sort,dimb_sort,dim_common,36.0d0/FACTORIAL
462 &(nsuperp(1))/FACTORIAL(nsuperp(2))/FACTORIAL(nsuperp(3))/FACTORIAL
463 &(nsubh(1))/FACTORIAL(nsubh(2))/FACTORIAL(nsubh(3)),dbl_mb(k_a_sort

12345678910>>...166