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