Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83626 - sandbox/precision/libs/precision/doc
From: e_float_at_[hidden]
Date: 2013-03-29 05:08:17


Author: christopher_kormanyos
Date: 2013-03-29 05:08:15 EDT (Fri, 29 Mar 2013)
New Revision: 83626
URL: http://svn.boost.org/trac/boost/changeset/83626

Log:
Improved the title. Made the wording of least/fast have a consistent order in the document.
Text files modified:
   sandbox/precision/libs/precision/doc/precision.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/precision/libs/precision/doc/precision.qbk
==============================================================================
--- sandbox/precision/libs/precision/doc/precision.qbk (original)
+++ sandbox/precision/libs/precision/doc/precision.qbk 2013-03-29 05:08:15 EDT (Fri, 29 Mar 2013)
@@ -1,4 +1,4 @@
-[article Specific-Width Floating-Point Typedefs
+[article Floating-Point Typedefs Having Specified Width
     [quickbook 1.5]
     [id precision]
     [copyright 2013 Paul A. Bristow, Christopher Kormanyos, John Maddock]
@@ -63,7 +63,7 @@
 [*optional floating-point `typedef`s having specified width].
 The optional `typedef`s include
 `float16_t`, `float32_t`, `float64_t`, `float128_t`,
-their corresponding fast and least types,
+their corresponding least and fast types,
 and the corresponding maximum-width type.
 These are to conform with the corresponding specifications of
 `binary16`, `binary32`, `binary64`, and `binary128`


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk