Skip to content

Commit

Permalink
update the 'float' spec; refs #8589
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Aug 10, 2018
1 parent 864d24d commit 1d63a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d63a8f

Please sign in to comment.