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.
17 lines
208 B
17 lines
208 B
// RESULT: 1.0
|
|
Pmax=?[ F s=2 ]
|
|
|
|
// RESULT: 0.0
|
|
Pmin=?[ F s=2 ]
|
|
|
|
// RESULT: 0.0
|
|
Pmax=?[ F<1 s=2 ]
|
|
|
|
// RESULT: 0.5
|
|
Pmax=?[ F<=1 s=2 ]
|
|
|
|
// RESULT: 0.75
|
|
Pmax=?[ F<=2 s=2 ]
|
|
|
|
// RESULT: 0.875
|
|
Pmax=?[ F<=3 s=2 ]
|