From 09ef3d8e72de27c38d86977077bb20480acbccca Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 27 Jul 2017 14:39:05 +0100 Subject: Add proper warning for fixed point types --- docs/types.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/types.rst b/docs/types.rst index 287d7c0b..abf8bb17 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -186,7 +186,9 @@ number of bytes, always use one of ``bytes1`` to ``bytes32`` because they are mu Fixed Point Numbers ------------------- -**COMING SOON...** +.. warning:: + Fixed point numbers are not fully supported by Solidity yet. They can be declared, but + cannot be assigned to or from. .. index:: address, literal;address -- cgit v1.2.3