aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-30 04:38:54 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-09-04 22:57:05 +0800
commit435eeec5e15d94ffc2dff01dd09c8c92c697dc4e (patch)
tree07a83cfc5496566c5310bd87db5df221397ecdf0 /docs/frequently-asked-questions.rst
parent76bd8c57694b9335dc5ce29204f57825b4a565eb (diff)
downloaddexon-solidity-435eeec5e15d94ffc2dff01dd09c8c92c697dc4e.tar.gz
dexon-solidity-435eeec5e15d94ffc2dff01dd09c8c92c697dc4e.tar.zst
dexon-solidity-435eeec5e15d94ffc2dff01dd09c8c92c697dc4e.zip
Explain the difference between floating and fixed point
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r--docs/frequently-asked-questions.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index 5f1a981e..d9a68ed1 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -103,11 +103,6 @@ This is a limitation of the EVM and will be solved with the next protocol update
Returning variably-sized data as part of an external transaction or call is fine.
-How do you represent ``double``/``float`` in Solidity?
-======================================================
-
-This is not yet possible.
-
Is it possible to in-line initialize an array like so: ``string[] myarray = ["a", "b"];``
=========================================================================================