Closed eMarchenko closed 5 years ago
scientific notation:
int256 public i1 = 1e10; int256 public i2 = 1e-1 * 100; int256 public i3 = 1e1 hours; int256 public i4 = 123_000; int256 public i5 = 1_2e345_678 / 1_2e345_677;
all cases have some issues.
Solidity documentation.
is this ok? Will push the changes soon
Yep, looks nice!
published in v.1.1.11
scientific notation:
all cases have some issues.
Solidity documentation.