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.
 
 
 
 
 
 

6 lines
141 B

// RESULT: NaN
multi(Rmax=? [C], P>=0.3[F x=3],P>=0.75[F x=2])
// RESULT: 1.833333333333333
multi(Rmax=? [C], P>=0.3[F x=3],P>=0.5[F x=2])