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.
 
 
 
 
 
 

8 lines
157 B

// RESULT: 0.6
multi(Pmin=? [(F s=2)], P>=0 [true])
// RESULT: 0.6
multi(Pmin=? [F s=2], P>=0 [true])
// RESULT: 1.0
multi(Pmax=? [true], P>=0.01 [true])