1/*** 2!Test 3expected: 4- !Result 5 solution: !Solution 6 _output_item: " 123.46@\n123.46 @\n123 @\n" 7***/ 8 9float: f = 123.45679123; 10solve satisfy; 11output [ 12 show_float(8, 2, f), "@\n", 13 show_float(-8, 2, f), "@\n", 14 show_float(-8, 0, f), "@\n", 15];