mirror of
https://github.com/boostorg/math.git
synced 2026-01-29 19:52:08 +00:00
87 lines
4.6 KiB
HTML
87 lines
4.6 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<title>Standardized Floating-Point typedefs for C and C++</title>
|
|
<link rel="stylesheet" href="math.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
|
|
<link rel="home" href="index.html" title="Standardized Floating-Point typedefs for C and C++">
|
|
<link rel="next" href="float_t/overview.html" title="Overview">
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
<table cellpadding="2" width="100%"><tr>
|
|
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
|
|
<td align="center"><a href="../../../../../index.html">Home</a></td>
|
|
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
|
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav"><a accesskey="n" href="float_t/overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
|
|
<div class="article">
|
|
<div class="titlepage">
|
|
<div>
|
|
<div><h2 class="title">
|
|
<a name="float_t"></a>Standardized Floating-Point typedefs for C and C++</h2></div>
|
|
<div><div class="authorgroup">
|
|
<div class="author"><h3 class="author">
|
|
<span class="firstname">Christopher</span> <span class="surname">Kormanyos</span>
|
|
</h3></div>
|
|
<div class="author"><h3 class="author">
|
|
<span class="firstname">John</span> <span class="surname">Maddock</span>
|
|
</h3></div>
|
|
<div class="author"><h3 class="author">
|
|
<span class="firstname">Paul A.</span> <span class="surname">Bristow</span>
|
|
</h3></div>
|
|
</div></div>
|
|
<div><p class="copyright">Copyright © 2014 Christopher Kormanyos, John Maddock, Paul A. Bristow</p></div>
|
|
<div><div class="legalnotice">
|
|
<a name="float_t.legal"></a><p>
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
|
</p>
|
|
</div></div>
|
|
</div>
|
|
<hr>
|
|
</div>
|
|
<div class="toc">
|
|
<p><b>Table of Contents</b></p>
|
|
<dl>
|
|
<dt><span class="section"><a href="float_t/overview.html">Overview</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/rationale.html">Rationale</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/exact_typdefs.html">Exact-Width Floating-Point <code class="computeroutput"><span class="keyword">typedef</span></code>s</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/minimum_typdefs.html">Minimum-width floating-point
|
|
<code class="computeroutput"><span class="keyword">typedef</span></code>s</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/fastest_typdefs.html">Fastest floating-point <code class="computeroutput"><span class="keyword">typedef</span></code>s</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/greatest_typdefs.html">Greatest-width floating-point
|
|
typedef</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/macros.html">Floating-Point Constant Macros</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/examples.html">Examples</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/float128.html">Implementation of Float128 type</a></span></dt>
|
|
<dd><dl>
|
|
<dt><span class="section"><a href="float_t/float128/overloading_template_functions_w.html">Overloading
|
|
template functions with float128_t</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/float128/exp_function.html">Exponential function</a></span></dt>
|
|
<dt><span class="section"><a href="float_t/float128/typeinfo.html"><code class="computeroutput"><span class="identifier">typeinfo</span></code></a></span></dt>
|
|
</dl></dd>
|
|
</dl>
|
|
</div>
|
|
<div class="note"><table border="0" summary="Note">
|
|
<tr>
|
|
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td>
|
|
<th align="left">Note</th>
|
|
</tr>
|
|
<tr><td align="left" valign="top"><p>
|
|
A printer-friendly PDF version of this manual is also available.
|
|
</p></td></tr>
|
|
</table></div>
|
|
</div>
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
<td align="left"><p><small>Last revised: March 06, 2014 at 15:04:58 GMT</small></p></td>
|
|
<td align="right"><div class="copyright-footer"></div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav"><a accesskey="n" href="float_t/overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
|
|
</body>
|
|
</html>
|