mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7 lines
151 B
Solidity
7 lines
151 B
Solidity
contract C {
|
|
fixed a1 = 0.1 % -0.4271087646484375;
|
|
fixed a2 = 0.1 % 0.4271087646484375;
|
|
fixed a3 = 0 / 0.123;
|
|
fixed a4 = 0 / -0.123;
|
|
}
|