]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/doc/html/inverse_complex.html
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / math / doc / html / inverse_complex.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Chapter&#160;8.&#160;Complex Number Functions</title>
5 <link rel="stylesheet" href="math.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7 <link rel="home" href="index.html" title="Math Toolkit 2.5.1">
8 <link rel="up" href="index.html" title="Math Toolkit 2.5.1">
9 <link rel="prev" href="math_toolkit/tr1_ref.html" title="TR1 C Functions Quick Reference">
10 <link rel="next" href="math_toolkit/complex_implementation.html" title="Implementation and Accuracy">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
15 <td align="center"><a href="../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="math_toolkit/tr1_ref.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="math_toolkit/complex_implementation.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="chapter">
26 <div class="titlepage"><div><div><h1 class="title">
27 <a name="inverse_complex"></a>Chapter&#160;8.&#160;Complex Number Functions</h1></div></div></div>
28 <div class="toc">
29 <p><b>Table of Contents</b></p>
30 <dl>
31 <dt><span class="section"><a href="math_toolkit/complex_implementation.html">Implementation and
32 Accuracy</a></span></dt>
33 <dt><span class="section"><a href="math_toolkit/asin.html">asin</a></span></dt>
34 <dt><span class="section"><a href="math_toolkit/acos.html">acos</a></span></dt>
35 <dt><span class="section"><a href="math_toolkit/atan.html">atan</a></span></dt>
36 <dt><span class="section"><a href="math_toolkit/asinh.html">asinh</a></span></dt>
37 <dt><span class="section"><a href="math_toolkit/acosh.html">acosh</a></span></dt>
38 <dt><span class="section"><a href="math_toolkit/atanh.html">atanh</a></span></dt>
39 <dt><span class="section"><a href="math_toolkit/complex_history.html">History</a></span></dt>
40 </dl>
41 </div>
42 <p>
43 The following complex number algorithms are the inverses of trigonometric functions
44 currently present in the C++ standard. Equivalents to these functions are part
45 of the C99 standard, and are part of the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">Technical
46 Report on C++ Library Extensions</a>.
47 </p>
48 </div>
49 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
50 <td align="left"></td>
51 <td align="right"><div class="copyright-footer">Copyright &#169; 2006-2010, 2012-2014 Nikhar Agrawal,
52 Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
53 Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan R&#229;de, Gautam Sewani,
54 Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p>
55 Distributed under the Boost Software License, Version 1.0. (See accompanying
56 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>)
57 </p>
58 </div></td>
59 </tr></table>
60 <hr>
61 <div class="spirit-nav">
62 <a accesskey="p" href="math_toolkit/tr1_ref.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="math_toolkit/complex_implementation.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
63 </div>
64 </body>
65 </html>