ellint_1.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Elliptic Integrals of the First Kind - Legendre Form</title>
  5. <link rel="stylesheet" href="../../math.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../../index.html" title="Math Toolkit 2.11.0">
  8. <link rel="up" href="../ellint.html" title="Elliptic Integrals">
  9. <link rel="prev" href="ellint_carlson.html" title="Elliptic Integrals - Carlson Form">
  10. <link rel="next" href="ellint_2.html" title="Elliptic Integrals of the Second Kind - Legendre Form">
  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="ellint_carlson.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ellint.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="ellint_2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h3 class="title">
  27. <a name="math_toolkit.ellint.ellint_1"></a><a class="link" href="ellint_1.html" title="Elliptic Integrals of the First Kind - Legendre Form">Elliptic Integrals of the
  28. First Kind - Legendre Form</a>
  29. </h3></div></div></div>
  30. <h5>
  31. <a name="math_toolkit.ellint.ellint_1.h0"></a>
  32. <span class="phrase"><a name="math_toolkit.ellint.ellint_1.synopsis"></a></span><a class="link" href="ellint_1.html#math_toolkit.ellint.ellint_1.synopsis">Synopsis</a>
  33. </h5>
  34. <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">special_functions</span><span class="special">/</span><span class="identifier">ellint_1</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
  35. </pre>
  36. <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span> <span class="special">{</span>
  37. <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">&gt;</span>
  38. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">phi</span><span class="special">);</span>
  39. <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&gt;</span>
  40. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">phi</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&amp;);</span>
  41. <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
  42. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">k</span><span class="special">);</span>
  43. <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&gt;</span>
  44. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">k</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&amp;);</span>
  45. <span class="special">}}</span> <span class="comment">// namespaces</span>
  46. </pre>
  47. <h5>
  48. <a name="math_toolkit.ellint.ellint_1.h1"></a>
  49. <span class="phrase"><a name="math_toolkit.ellint.ellint_1.description"></a></span><a class="link" href="ellint_1.html#math_toolkit.ellint.ellint_1.description">Description</a>
  50. </h5>
  51. <p>
  52. These two functions evaluate the incomplete elliptic integral of the first
  53. kind <span class="emphasis"><em>F(&#966;, k)</em></span> and its complete counterpart <span class="emphasis"><em>K(k)
  54. = F(&#960;/2, k)</em></span>.
  55. </p>
  56. <div class="blockquote"><blockquote class="blockquote"><p>
  57. <span class="inlinemediaobject"><img src="../../../graphs/ellint_1.svg" align="middle"></span>
  58. </p></blockquote></div>
  59. <p>
  60. The return type of these functions is computed using the <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>result
  61. type calculation rules</em></span></a> when T1 and T2 are different types:
  62. when they are the same type then the result is the same type as the arguments.
  63. </p>
  64. <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">&gt;</span>
  65. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">phi</span><span class="special">);</span>
  66. <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&gt;</span>
  67. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">phi</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&amp;);</span>
  68. </pre>
  69. <p>
  70. Returns the incomplete elliptic integral of the first kind <span class="emphasis"><em>F(&#966;,
  71. k)</em></span>:
  72. </p>
  73. <div class="blockquote"><blockquote class="blockquote"><p>
  74. <span class="inlinemediaobject"><img src="../../../equations/ellint2.svg"></span>
  75. </p></blockquote></div>
  76. <p>
  77. Requires k<sup>2</sup>sin<sup>2</sup>(phi) &lt; 1, otherwise returns the result of <a class="link" href="../error_handling.html#math_toolkit.error_handling.domain_error">domain_error</a>.
  78. </p>
  79. <p>
  80. The final <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a> argument is optional and can
  81. be used to control the behaviour of the function: how it handles errors,
  82. what level of precision to use etc. Refer to the <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">policy
  83. documentation for more details</a>.
  84. </p>
  85. <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
  86. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">k</span><span class="special">);</span>
  87. <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span>
  88. <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_1</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">k</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&amp;);</span>
  89. </pre>
  90. <p>
  91. Returns the complete elliptic integral of the first kind <span class="emphasis"><em>K(k)</em></span>:
  92. </p>
  93. <div class="blockquote"><blockquote class="blockquote"><p>
  94. <span class="inlinemediaobject"><img src="../../../equations/ellint6.svg"></span>
  95. </p></blockquote></div>
  96. <p>
  97. Requires |k| &lt; 1, otherwise returns the result of <a class="link" href="../error_handling.html#math_toolkit.error_handling.domain_error">domain_error</a>.
  98. </p>
  99. <p>
  100. The final <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a> argument is optional and can
  101. be used to control the behaviour of the function: how it handles errors,
  102. what level of precision to use etc. Refer to the <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">policy
  103. documentation for more details</a>.
  104. </p>
  105. <h5>
  106. <a name="math_toolkit.ellint.ellint_1.h2"></a>
  107. <span class="phrase"><a name="math_toolkit.ellint.ellint_1.accuracy"></a></span><a class="link" href="ellint_1.html#math_toolkit.ellint.ellint_1.accuracy">Accuracy</a>
  108. </h5>
  109. <p>
  110. These functions are computed using only basic arithmetic operations, so there
  111. isn't much variation in accuracy over differing platforms. Note that only
  112. results for the widest floating point type on the system are given as narrower
  113. types have <a class="link" href="../relative_error.html#math_toolkit.relative_error.zero_error">effectively
  114. zero error</a>. All values are relative errors in units of epsilon.
  115. </p>
  116. <div class="table">
  117. <a name="math_toolkit.ellint.ellint_1.table_ellint_1"></a><p class="title"><b>Table&#160;8.63.&#160;Error rates for ellint_1</b></p>
  118. <div class="table-contents"><table class="table" summary="Error rates for ellint_1">
  119. <colgroup>
  120. <col>
  121. <col>
  122. <col>
  123. <col>
  124. <col>
  125. </colgroup>
  126. <thead><tr>
  127. <th>
  128. </th>
  129. <th>
  130. <p>
  131. GNU C++ version 7.1.0<br> linux<br> long double
  132. </p>
  133. </th>
  134. <th>
  135. <p>
  136. GNU C++ version 7.1.0<br> linux<br> double
  137. </p>
  138. </th>
  139. <th>
  140. <p>
  141. Sun compiler version 0x5150<br> Sun Solaris<br> long double
  142. </p>
  143. </th>
  144. <th>
  145. <p>
  146. Microsoft Visual C++ version 14.1<br> Win32<br> double
  147. </p>
  148. </th>
  149. </tr></thead>
  150. <tbody>
  151. <tr>
  152. <td>
  153. <p>
  154. Elliptic Integral F: Mathworld Data
  155. </p>
  156. </td>
  157. <td>
  158. <p>
  159. <span class="blue">Max = 0.94&#949; (Mean = 0.509&#949;)</span><br> <br>
  160. (<span class="emphasis"><em>&lt;cmath&gt;:</em></span> <span class="red">Max = +INF&#949; (Mean
  161. = +INF&#949;) <a class="link" href="../logs_and_tables/logs.html#errors_GNU_C_version_7_1_0_linux_long_double_ellint_1__cmath__Elliptic_Integral_F_Mathworld_Data">And
  162. other failures.</a>)</span>
  163. </p>
  164. </td>
  165. <td>
  166. <p>
  167. <span class="blue">Max = 0&#949; (Mean = 0&#949;)</span><br> <br> (<span class="emphasis"><em>GSL
  168. 2.1:</em></span> Max = 0.919&#949; (Mean = 0.544&#949;))
  169. </p>
  170. </td>
  171. <td>
  172. <p>
  173. <span class="blue">Max = 0.94&#949; (Mean = 0.509&#949;)</span>
  174. </p>
  175. </td>
  176. <td>
  177. <p>
  178. <span class="blue">Max = 0.919&#949; (Mean = 0.542&#949;)</span>
  179. </p>
  180. </td>
  181. </tr>
  182. <tr>
  183. <td>
  184. <p>
  185. Elliptic Integral F: Random Data
  186. </p>
  187. </td>
  188. <td>
  189. <p>
  190. <span class="blue">Max = 1.57&#949; (Mean = 0.56&#949;)</span><br> <br>
  191. (<span class="emphasis"><em>&lt;cmath&gt;:</em></span> Max = 2.56&#949; (Mean = 0.816&#949;))
  192. </p>
  193. </td>
  194. <td>
  195. <p>
  196. <span class="blue">Max = 0&#949; (Mean = 0&#949;)</span><br> <br> (<span class="emphasis"><em>GSL
  197. 2.1:</em></span> Max = 2.99&#949; (Mean = 0.797&#949;))
  198. </p>
  199. </td>
  200. <td>
  201. <p>
  202. <span class="blue">Max = 1.57&#949; (Mean = 0.561&#949;)</span>
  203. </p>
  204. </td>
  205. <td>
  206. <p>
  207. <span class="blue">Max = 2.26&#949; (Mean = 0.631&#949;)</span>
  208. </p>
  209. </td>
  210. </tr>
  211. </tbody>
  212. </table></div>
  213. </div>
  214. <br class="table-break"><p>
  215. The following error plot are based on an exhaustive search of the functions
  216. domain, MSVC-15.5 at <code class="computeroutput"><span class="keyword">double</span></code>
  217. precision, and GCC-7.1/Ubuntu for <code class="computeroutput"><span class="keyword">long</span>
  218. <span class="keyword">double</span></code> and <code class="computeroutput"><span class="identifier">__float128</span></code>.
  219. </p>
  220. <div class="blockquote"><blockquote class="blockquote"><p>
  221. <span class="inlinemediaobject"><img src="../../../graphs/elliptic_integral_k__double.svg" align="middle"></span>
  222. </p></blockquote></div>
  223. <div class="blockquote"><blockquote class="blockquote"><p>
  224. <span class="inlinemediaobject"><img src="../../../graphs/elliptic_integral_k__80_bit_long_double.svg" align="middle"></span>
  225. </p></blockquote></div>
  226. <div class="blockquote"><blockquote class="blockquote"><p>
  227. <span class="inlinemediaobject"><img src="../../../graphs/elliptic_integral_k____float128.svg" align="middle"></span>
  228. </p></blockquote></div>
  229. <h5>
  230. <a name="math_toolkit.ellint.ellint_1.h3"></a>
  231. <span class="phrase"><a name="math_toolkit.ellint.ellint_1.testing"></a></span><a class="link" href="ellint_1.html#math_toolkit.ellint.ellint_1.testing">Testing</a>
  232. </h5>
  233. <p>
  234. The tests use a mixture of spot test values calculated using the online calculator
  235. at <a href="http://functions.wolfram.com/" target="_top">functions.wolfram.com</a>,
  236. and random test data generated using NTL::RR at 1000-bit precision and this
  237. implementation.
  238. </p>
  239. <h5>
  240. <a name="math_toolkit.ellint.ellint_1.h4"></a>
  241. <span class="phrase"><a name="math_toolkit.ellint.ellint_1.implementation"></a></span><a class="link" href="ellint_1.html#math_toolkit.ellint.ellint_1.implementation">Implementation</a>
  242. </h5>
  243. <p>
  244. These functions are implemented in terms of Carlson's integrals using the
  245. relations:
  246. </p>
  247. <div class="blockquote"><blockquote class="blockquote"><p>
  248. <span class="inlinemediaobject"><img src="../../../equations/ellint19.svg"></span>
  249. </p></blockquote></div>
  250. <p>
  251. and
  252. </p>
  253. <div class="blockquote"><blockquote class="blockquote"><p>
  254. <span class="inlinemediaobject"><img src="../../../equations/ellint20.svg"></span>
  255. </p></blockquote></div>
  256. </div>
  257. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  258. <td align="left"></td>
  259. <td align="right"><div class="copyright-footer">Copyright &#169; 2006-2019 Nikhar
  260. Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos,
  261. Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Matthew Pulver, Johan
  262. R&#229;de, Gautam Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg,
  263. Daryle Walker and Xiaogang Zhang<p>
  264. Distributed under the Boost Software License, Version 1.0. (See accompanying
  265. 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>)
  266. </p>
  267. </div></td>
  268. </tr></table>
  269. <hr>
  270. <div class="spirit-nav">
  271. <a accesskey="p" href="ellint_carlson.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ellint.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="ellint_2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
  272. </div>
  273. </body>
  274. </html>