Brian Silverman | 32ed54e | 2018-08-04 23:37:28 -0700 | [diff] [blame^] | 1 | [article Standardized Floating-Point typedefs for C and C++ |
| 2 | [id float_t] |
| 3 | [quickbook 1.6] |
| 4 | [copyright 2014 Christopher Kormanyos, John Maddock, Paul A. Bristow] |
| 5 | [license |
| 6 | Distributed under the Boost Software License, Version 1.0. |
| 7 | (See accompanying file LICENSE_1_0.txt or copy at |
| 8 | [@http://www.boost.org/LICENSE_1_0.txt]) |
| 9 | ] |
| 10 | [authors [Kormanyos, Christopher], [Maddock, John], [Bristow, Paul A.] ] |
| 11 | [/last-revision $Date$] |
| 12 | [/version 1.8.3] |
| 13 | ] |
| 14 | |
| 15 | [def __IEEE754 [@http://en.wikipedia.org/wiki/IEEE_floating_point IEEE_floating_point]] |
| 16 | [def __N3626 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3626.pdf N3626]] |
| 17 | [def __N1703 [@http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1703.pdf N1703]] |
| 18 | |
| 19 | [note A printer-friendly PDF version of this manual is also available.] |
| 20 | |
| 21 | [include cstdfloat.qbk] |
| 22 | |
| 23 | [/ cstdfloat_header.qbk |
| 24 | Copyright 2014 Christopher Kormanyos, John Maddock and Paul A. Bristow. |
| 25 | Distributed under the Boost Software License, Version 1.0. |
| 26 | (See accompanying file LICENSE_1_0.txt or copy at |
| 27 | http://www.boost.org/LICENSE_1_0.txt). |
| 28 | ] |
| 29 | |