Code has been added to clipboard!

Solidity Value Types Rational and Integer Literals

Example
uint128 x = 1;
uint128 y = 2.5 + a + 0.5;