// implicit conversions fixed64x2 constant a = 1.23; ufixed64x2 constant b = 1.23; // explicit conversions fixed constant c = fixed(1/3); // ----