Skip to content

Commit

Permalink
deploy: ea01a29
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Oct 8, 2023
1 parent bee67c9 commit 04abf95
Show file tree
Hide file tree
Showing 174 changed files with 4,128 additions and 332 deletions.
4 changes: 2 additions & 2 deletions group__complex_gac49e8cf76fe002ef3d3e480fb80217ff.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#gac49e8cf76fe002ef3d3e480
<div class="ttc" id="agroup__functions_ga7859bd9f30d2ef73a22fc8d114faea47_html_ga7859bd9f30d2ef73a22fc8d114faea47"><div class="ttname"><a href="group__functions_ga7859bd9f30d2ef73a22fc8d114faea47.html#ga7859bd9f30d2ef73a22fc8d114faea47">kyosu::atan</a></div><div class="ttdeci">constexpr tags::callable_atan atan</div><div class="ttdoc">Computes the arctangent of the argument.</div><div class="ttdef"><b>Definition:</b> atan.hpp:86</div></div>
<div class="ttc" id="agroup__functions_gabe0cc0a4ddad9387b7e6bc13e6b3bcfd_html_gabe0cc0a4ddad9387b7e6bc13e6b3bcfd"><div class="ttname"><a href="group__functions_gabe0cc0a4ddad9387b7e6bc13e6b3bcfd.html#gabe0cc0a4ddad9387b7e6bc13e6b3bcfd">kyosu::arg</a></div><div class="ttdeci">constexpr tags::callable_arg arg</div><div class="ttdoc">argument.</div><div class="ttdef"><b>Definition:</b> arg.hpp:78</div></div>
</div><!-- fragment --><p><b>Parameters</b></p>
<p><code>q</code> : cayley dickson value</p>
<p><code>q</code>: cayley dickson value</p>
<p><b>Return value</b></p>
<ol type="1">
<li>a tuple containing <code>rho</code>, 'theta': the absolute value and the argument in radian of the real input ( \(0\) or \(\pi\)).</li>
Expand Down Expand Up @@ -234,7 +234,7 @@ <h4><a class="anchor" id="autotoc_md24"></a>
<div class="line">}</div>
<div class="ttc" id="agroup__complex_gac49e8cf76fe002ef3d3e480fb80217ff_html_gac49e8cf76fe002ef3d3e480fb80217ff"><div class="ttname"><a href="group__complex_gac49e8cf76fe002ef3d3e480fb80217ff.html#gac49e8cf76fe002ef3d3e480fb80217ff">kyosu::to_polar</a></div><div class="ttdeci">constexpr tags::callable_to_polar to_polar</div><div class="ttdoc">Callable object computing the polar coordinates from a complex.</div><div class="ttdef"><b>Definition:</b> to_polar.hpp:95</div></div>
<div class="ttc" id="agroup__functions_ga6ead34ff89aeb18c2380188af5f83dcd_html_ga6ead34ff89aeb18c2380188af5f83dcd"><div class="ttname"><a href="group__functions_ga6ead34ff89aeb18c2380188af5f83dcd.html#ga6ead34ff89aeb18c2380188af5f83dcd">kyosu::sqr</a></div><div class="ttdeci">constexpr tags::callable_sqr sqr</div><div class="ttdoc">Computes the square value.</div><div class="ttdef"><b>Definition:</b> sqr.hpp:72</div></div>
<div class="ttc" id="agroup__functions_gad726f439fb9920c055c094631185d449_html_gad726f439fb9920c055c094631185d449"><div class="ttname"><a href="group__functions_gad726f439fb9920c055c094631185d449.html#gad726f439fb9920c055c094631185d449">kyosu::exp</a></div><div class="ttdeci">constexpr tags::callable_exp exp</div><div class="ttdoc">Computes the exponential of the argument.</div><div class="ttdef"><b>Definition:</b> exp.hpp:73</div></div>
<div class="ttc" id="agroup__functions_gad726f439fb9920c055c094631185d449_html_gad726f439fb9920c055c094631185d449"><div class="ttname"><a href="group__functions_gad726f439fb9920c055c094631185d449.html#gad726f439fb9920c055c094631185d449">kyosu::exp</a></div><div class="ttdeci">constexpr tags::callable_exp exp</div><div class="ttdoc">Computes the exponential of the argument.</div><div class="ttdef"><b>Definition:</b> exp.hpp:93</div></div>
<div class="ttc" id="agroup__types_ga0fb102adb92b2be024f398e2ac5dd5cd_html_ga0fb102adb92b2be024f398e2ac5dd5cd"><div class="ttname"><a href="group__types_ga0fb102adb92b2be024f398e2ac5dd5cd.html#ga0fb102adb92b2be024f398e2ac5dd5cd">kyosu::quaternion_t</a></div><div class="ttdeci">as_cayley_dickson_n_t&lt; 4, T &gt; quaternion_t</div><div class="ttdoc">Type alias for quaternion numbers.</div><div class="ttdef"><b>Definition:</b> quaternion.hpp:27</div></div>
<div class="ttc" id="agroup__types_ga642e4c9da3267bde80011f41e698ba76_html_ga642e4c9da3267bde80011f41e698ba76"><div class="ttname"><a href="group__types_ga642e4c9da3267bde80011f41e698ba76.html#ga642e4c9da3267bde80011f41e698ba76">kyosu::complex_t</a></div><div class="ttdeci">as_cayley_dickson_n_t&lt; 2, T &gt; complex_t</div><div class="ttdoc">Type alias for complex numbers.</div><div class="ttdef"><b>Definition:</b> complex.hpp:27</div></div>
</div><!-- fragment -->
Expand Down
6 changes: 3 additions & 3 deletions group__complex_gad70670d8278d34dc0f0faf883a48eab8.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#gad70670d8278d34dc0f0faf8
</div><div class="memdoc">

<p>Callable object computing a complex or a general Cayley-Dickson from a polar representation. </p>
<p>This function is the reciprocal of from_polar</p>
<p>This function is the reciprocal of to_polar</p>
<p><b>Defined in header</b></p>
<div class="fragment"><div class="line"><span class="preprocessor">#include eve/module/quaternion.hpp&gt;`</span></div>
</div><!-- fragment --><h2 class="groupheader">Callable Signatures </h2>
Expand All @@ -157,8 +157,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#gad70670d8278d34dc0f0faf8
<div class="ttc" id="agroup__complex_gad70670d8278d34dc0f0faf883a48eab8_html_gad70670d8278d34dc0f0faf883a48eab8"><div class="ttname"><a href="group__complex_gad70670d8278d34dc0f0faf883a48eab8.html#gad70670d8278d34dc0f0faf883a48eab8">kyosu::from_polar</a></div><div class="ttdeci">constexpr tags::callable_from_polar from_polar</div><div class="ttdoc">Callable object computing a complex or a general Cayley-Dickson from a polar representation.</div><div class="ttdef"><b>Definition:</b> from_polar.hpp:106</div></div>
</div><!-- fragment --><p><b>Parameters</b></p>
<p><code>rho</code> : modulus.</p>
<p><code>theta</code> : argument.</p>
<p>&lsquo;iz&rsquo; : unitary cayley dickson value.</p>
<p><code>theta</code>: argument.</p>
<p><code>iz</code> : unitary cayley dickson value.</p>
<p><b>Return value</b></p>
<ol type="1">
<li>the complex number <code>rho*exp(i*theta)</code>.</li>
Expand Down
Loading

0 comments on commit 04abf95

Please sign in to comment.