mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
2 lines
103 B
Solidity
2 lines
103 B
Solidity
fixed constant x = fixed(bytes16(fixed(1)));
|
|
ufixed16x1 constant y = ufixed16x1(bytes2(ufixed16x1(1))); |