2018-04-09 13:22:45 +00:00
|
|
|
contract test {
|
|
|
|
function f() public pure {
|
|
|
|
fixed a = 0.42578125 % -0.4271087646484375;
|
|
|
|
fixed b = .5 % a;
|
|
|
|
fixed c = a % b;
|
|
|
|
a; b; c;
|
|
|
|
}
|
|
|
|
}
|
2019-08-16 13:53:10 +00:00
|
|
|
// ----
|
|
|
|
// UnimplementedFeatureError: Not yet implemented - FixedPointType.
|