You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
15 lines
409 B
const double T;
|
|
|
|
// RESULT (T=1): 0.3167376343237416
|
|
// RESULT (T=2): 0.332507070725914
|
|
// RESULT (T=3): 0.33329218265878835
|
|
// RESULT (T=4): 0.3333312759432579
|
|
// RESULT (T=5): 0.33333321817286715
|
|
P=? [ F=T s=1 ];
|
|
|
|
// RESULT (T=1): 0.6334752686474832
|
|
// RESULT (T=2): 0.665014141451828
|
|
// RESULT (T=3): 0.6665843653175767
|
|
// RESULT (T=4): 0.6666625518865158
|
|
// RESULT (T=5): 0.6666664363457
|
|
P=? [ F=T s=2 ];
|