diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-08-10 09:21:46 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-10 09:21:46 +0200 |
commit | 1d63a8fe4a21d71ab2d8cfb7d1540bdc09d02c29 (patch) | |
tree | 6dacb9f0df74083f3dec3283449cf0f11191f7f9 | |
parent | 864d24d70e51bb27d5789f4e4d7845576bdf33da (diff) | |
download | Nim-1d63a8fe4a21d71ab2d8cfb7d1540bdc09d02c29.tar.gz |
update the 'float' spec; refs #8589
-rw-r--r-- | doc/manual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 7aeec7390..c0cde5140 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -769,8 +769,8 @@ Pre-defined floating point types The following floating point types are pre-defined: ``float`` - the generic floating point type; its size is platform dependent - (the compiler chooses the processor's fastest floating point type). + the generic floating point type; its size used to be platform dependent, + but now it is always mapped to ``float64``. This type should be used in general. floatXX |