mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #593 from Denton-L/docs-fpn
Fixed errors introduced by previous commit
This commit is contained in:
commit
3c2056c688
@ -140,7 +140,7 @@ number of bytes, always use one of `bytes1` to `bytes32` because they are much c
|
|||||||
Fixed Point Numbers
|
Fixed Point Numbers
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
**bold** COMING SOON... **bold**
|
**COMING SOON...**
|
||||||
|
|
||||||
.. index:: literal, literal;rational
|
.. index:: literal, literal;rational
|
||||||
|
|
||||||
@ -187,6 +187,7 @@ a non-rational number).
|
|||||||
does not compile
|
does not compile
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
uint128 a = 1;
|
uint128 a = 1;
|
||||||
uint128 b = 2.5 + a + 0.5;
|
uint128 b = 2.5 + a + 0.5;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user