// test case, check if double constants are evaluated exactly in exact / parametric mode dtmc const double p = (1/3 = 0.333333333333333333333333 ? 1/2 : 0); const double x; // dummy for parametric module M1 s: [0..2] init 0; [] s=0 -> p:(s'=1) + 1-p:(s'=2); [] s>=1 -> true; endmodule