contract C { function f() public pure returns (fixed) { return 99.101 * 3.1; } } // ---- // f() ->