You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/alga/general/struct.Additive.html

204 lines
268 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Additive` struct in crate `alga`."><meta name="keywords" content="rust, rustlang, rust-lang, Additive"><title>alga::general::Additive - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="shortcut icon" href="../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../../alga/index.html'><div class='logo-container'><img src='../../rust-logo.png' alt='logo'></div></a><p class='location'>Struct Additive</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-AbstractField%3CAdditive%2C%20Multiplicative%3E">AbstractField&lt;Additive, Multiplicative&gt;</a><a href="#impl-AbstractGroup%3CAdditive%3E">AbstractGroup&lt;Additive&gt;</a><a href="#impl-AbstractGroupAbelian%3CAdditive%3E">AbstractGroupAbelian&lt;Additive&gt;</a><a href="#impl-AbstractLoop%3CAdditive%3E">AbstractLoop&lt;Additive&gt;</a><a href="#impl-AbstractMagma%3CAdditive%3E">AbstractMagma&lt;Additive&gt;</a><a href="#impl-AbstractModule%3CAdditive%2C%20Additive%2C%20Multiplicative%3E">AbstractModule&lt;Additive, Additive, Multiplicative&gt;</a><a href="#impl-AbstractMonoid%3CAdditive%3E">AbstractMonoid&lt;Additive&gt;</a><a href="#impl-AbstractQuasigroup%3CAdditive%3E">AbstractQuasigroup&lt;Additive&gt;</a><a href="#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E">AbstractRing&lt;Additive, Multiplicative&gt;</a><a href="#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E">AbstractRingCommutative&lt;Additive, Multiplicative&gt;</a><a href="#impl-AbstractSemigroup%3CAdditive%3E">AbstractSemigroup&lt;Additive&gt;</a><a href="#impl-Clone">Clone</a><a href="#impl-Copy">Copy</a><a href="#impl-Identity%3CAdditive%3E">Identity&lt;Additive&gt;</a><a href="#impl-Operator">Operator</a><a href="#impl-TwoSidedInverse%3CAdditive%3E">TwoSidedInverse&lt;Additive&gt;</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow&lt;T&gt;</a><a href="#impl-BorrowMut%3CT%3E">BorrowMut&lt;T&gt;</a><a href="#impl-From%3CT%3E">From&lt;T&gt;</a><a href="#impl-Into%3CU%3E">Into&lt;U&gt;</a><a href="#impl-ToOwned">ToOwned</a><a href="#impl-TryFrom%3CU%3E">TryFrom&lt;U&gt;</a><a href="#impl-TryInto%3CU%3E">TryInto&lt;U&gt;</a></div></div><p class='location'><a href='../index.html'>alga</a>::<wbr><a href='index.html'>general</a></p><script>window.sidebarCurrent = {name: 'Additive', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form js-only"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>&#x2212;</span>]</a></span><a class='srclink' href='../../src/alga/general/operator.rs.html#41' title='goto source code'>[src]</a></span><span class='in-band'>Struct <a href='../index.html'>alga</a>::<wbr><a href='index.html'>general</a>::<wbr><a class="struct" href=''>Additive</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust struct'>pub struct Additive;</pre></div><div class='docblock'><p>The addition operator, commonly symbolized by <code>+</code>.</p>
</div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-AbstractMagma%3CAdditive%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-AbstractMagma%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate' class="method hidden"><code id='operate.v'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op' class="method hidden"><code id='op.v'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-1' class="method hidden"><code id='operate.v-1'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-1' class="method hidden"><code id='op.v-1'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-2' class="method hidden"><code id='operate.v-2'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-2' class="method hidden"><code id='op.v-2'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-3' class="method hidden"><code id='operate.v-3'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-3' class="method hidden"><code id='op.v-3'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-4' class="method hidden"><code id='operate.v-4'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-4' class="method hidden"><code id='op.v-4'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-5' class="method hidden"><code id='operate.v-5'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-5' class="method hidden"><code id='op.v-5'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-6' class="method hidden"><code id='operate.v-6'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-6' class="method hidden"><code id='op.v-6'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-7' class="method hidden"><code id='operate.v-7'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-7' class="method hidden"><code id='op.v-7'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-8' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-8' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-8' class="method hidden"><code id='operate.v-8'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-8' class="method hidden"><code id='op.v-8'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-9' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-9' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-9' class="method hidden"><code id='operate.v-9'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-9' class="method hidden"><code id='op.v-9'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-10' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-10' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-10' class="method hidden"><code id='operate.v-10'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-10' class="method hidden"><code id='op.v-10'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-11' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractMagma%3CAdditive%3E-11' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#417-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-11' class="method hidden"><code id='operate.v-11'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#419-421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-11' class="method hidden"><code id='op.v-11'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractMagma%3CAdditive%3E-12' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;&gt; <a class="trait" href="../../alga/general/trait.AbstractMagma.html" title="trait alga::general::AbstractMagma">AbstractMagma</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a href='#impl-AbstractMagma%3CAdditive%3E-12' class='anchor'></a><a class='srclink' href='../../src/alga/general/one_operator.rs.html#436-444' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operate-12' class="method hidden"><code id='operate.v-12'>fn <a href='../../alga/general/trait.AbstractMagma.html#tymethod.operate' class='fnname'>operate</a>(&amp;self, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#438-443' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs an operation.</p>
</div><h4 id='method.op-12' class="method hidden"><code id='op.v-12'>fn <a href='../../alga/general/trait.AbstractMagma.html#method.op' class='fnname'>op</a>(&amp;self, _: O, lhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#25-27' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs specific operation.</p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E' class='impl'><code class='in-band'>impl&lt;N&gt; <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;,&nbsp;</span></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#42-44' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx' class="method hidden"><code id='prop_inv_is_latin_square_approx.v'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square' class="method hidden"><code id='prop_inv_is_latin_square.v'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx-1' class="method hidden"><code id='prop_inv_is_latin_square_approx.v-1'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square-1' class="method hidden"><code id='prop_inv_is_latin_square.v-1'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx-2' class="method hidden"><code id='prop_inv_is_latin_square_approx.v-2'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square-2' class="method hidden"><code id='prop_inv_is_latin_square.v-2'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx-3' class="method hidden"><code id='prop_inv_is_latin_square_approx.v-3'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square-3' class="method hidden"><code id='prop_inv_is_latin_square.v-3'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx-4' class="method hidden"><code id='prop_inv_is_latin_square_approx.v-4'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square-4' class="method hidden"><code id='prop_inv_is_latin_square.v-4'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx-5' class="method hidden"><code id='prop_inv_is_latin_square_approx.v-5'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square-5' class="method hidden"><code id='prop_inv_is_latin_square.v-5'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx-6' class="method hidden"><code id='prop_inv_is_latin_square_approx.v-6'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square-6' class="method hidden"><code id='prop_inv_is_latin_square.v-6'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractQuasigroup%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractQuasigroup.html" title="trait alga::general::AbstractQuasigroup">AbstractQuasigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractQuasigroup%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_inv_is_latin_square_approx-7' class="method hidden"><code id='prop_inv_is_latin_square_approx.v-7'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx' class='fnname'>prop_inv_is_latin_square_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#57-66' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square_approx">Read more</a></p>
</div><h4 id='method.prop_inv_is_latin_square-7' class="method hidden"><code id='prop_inv_is_latin_square.v-7'>fn <a href='../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square' class='fnname'>prop_inv_is_latin_square</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#73-82' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if latin squareness holds for the given arguments. <a href="../../alga/general/trait.AbstractQuasigroup.html#method.prop_inv_is_latin_square">Read more</a></p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx' class="method hidden"><code id='prop_is_associative_approx.v'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative' class="method hidden"><code id='prop_is_associative.v'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-1' class="method hidden"><code id='prop_is_associative_approx.v-1'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-1' class="method hidden"><code id='prop_is_associative.v-1'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-2' class="method hidden"><code id='prop_is_associative_approx.v-2'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-2' class="method hidden"><code id='prop_is_associative.v-2'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-3' class="method hidden"><code id='prop_is_associative_approx.v-3'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-3' class="method hidden"><code id='prop_is_associative.v-3'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-4' class="method hidden"><code id='prop_is_associative_approx.v-4'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-4' class="method hidden"><code id='prop_is_associative.v-4'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-5' class='impl'><code class='in-band'>impl&lt;N&gt; <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;,&nbsp;</span></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#42-44' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-5' class="method hidden"><code id='prop_is_associative_approx.v-5'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-5' class="method hidden"><code id='prop_is_associative.v-5'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-6' class="method hidden"><code id='prop_is_associative_approx.v-6'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-6' class="method hidden"><code id='prop_is_associative.v-6'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-7' class="method hidden"><code id='prop_is_associative_approx.v-7'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-7' class="method hidden"><code id='prop_is_associative.v-7'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-8' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-8' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-8' class="method hidden"><code id='prop_is_associative_approx.v-8'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-8' class="method hidden"><code id='prop_is_associative.v-8'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-9' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-9' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-9' class="method hidden"><code id='prop_is_associative_approx.v-9'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-9' class="method hidden"><code id='prop_is_associative.v-9'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-10' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-10' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-10' class="method hidden"><code id='prop_is_associative_approx.v-10'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-10' class="method hidden"><code id='prop_is_associative.v-10'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-11' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-11' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-11' class="method hidden"><code id='prop_is_associative_approx.v-11'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-11' class="method hidden"><code id='prop_is_associative.v-11'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractSemigroup%3CAdditive%3E-12' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractSemigroup.html" title="trait alga::general::AbstractSemigroup">AbstractSemigroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractSemigroup%3CAdditive%3E-12' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_associative_approx-12' class="method hidden"><code id='prop_is_associative_approx.v-12'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx' class='fnname'>prop_is_associative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#128-134' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative_approx">Read more</a></p>
</div><h4 id='method.prop_is_associative-12' class="method hidden"><code id='prop_is_associative.v-12'>fn <a href='../../alga/general/trait.AbstractSemigroup.html#method.prop_is_associative' class='fnname'>prop_is_associative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#137-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if associativity holds for the given arguments.</p>
</div></div><h3 id='impl-AbstractLoop%3CAdditive%3E' class='impl'><code class='in-band'>impl&lt;N&gt; <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;,&nbsp;</span></code><a href='#impl-AbstractLoop%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#42-44' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractLoop%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractLoop%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractLoop%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractLoop%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractLoop%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractLoop%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractLoop%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractLoop%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractLoop%3CAdditive%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractLoop%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractLoop%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractLoop%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractLoop%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractLoop.html" title="trait alga::general::AbstractLoop">AbstractLoop</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractLoop%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractMonoid%3CAdditive%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop' class="method hidden"><code id='prop_operating_identity_element_is_noop.v'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-1' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-1'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-1' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-1'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-2' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-2'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-2' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-2'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-3' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-3'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-3' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-3'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-4' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-4'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-4' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-4'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-5' class='impl'><code class='in-band'>impl&lt;N&gt; <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;,&nbsp;</span></code><a href='#impl-AbstractMonoid%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#42-44' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-5' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-5'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-5' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-5'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-6' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-6'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-6' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-6'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-7' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-7'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-7' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-7'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-8' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-8' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-8' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-8'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-8' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-8'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-9' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-9' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-9' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-9'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-9' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-9'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-10' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-10' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-10' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-10'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-10' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-10'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-11' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-11' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-11' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-11'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-11' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-11'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractMonoid%3CAdditive%3E-12' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractMonoid.html" title="trait alga::general::AbstractMonoid">AbstractMonoid</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractMonoid%3CAdditive%3E-12' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_operating_identity_element_is_noop_approx-12' class="method hidden"><code id='prop_operating_identity_element_is_noop_approx.v-12'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx' class='fnname'>prop_operating_identity_element_is_noop_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#242-249' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop_approx">Read more</a></p>
</div><h4 id='method.prop_operating_identity_element_is_noop-12' class="method hidden"><code id='prop_operating_identity_element_is_noop.v-12'>fn <a href='../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop' class='fnname'>prop_operating_identity_element_is_noop</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">,)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#253-259' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks whether operating with the identity element is a no-op for the given argument. <a href="../../alga/general/trait.AbstractMonoid.html#method.prop_operating_identity_element_is_noop">Read more</a></p>
</div></div><h3 id='impl-AbstractGroup%3CAdditive%3E' class='impl'><code class='in-band'>impl&lt;N&gt; <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;,&nbsp;</span></code><a href='#impl-AbstractGroup%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#42-44' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroup%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractGroup%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroup%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractGroup%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroup%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractGroup%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroup%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractGroup%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroup%3CAdditive%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractGroup%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroup%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractGroup%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroup%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroup.html" title="trait alga::general::AbstractGroup">AbstractGroup</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractGroup%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E' class='impl'><code class='in-band'>impl&lt;N&gt; <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;,&nbsp;</span></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#42-44' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx' class="method hidden"><code id='prop_is_commutative_approx.v'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative' class="method hidden"><code id='prop_is_commutative.v'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx-1' class="method hidden"><code id='prop_is_commutative_approx.v-1'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative-1' class="method hidden"><code id='prop_is_commutative.v-1'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx-2' class="method hidden"><code id='prop_is_commutative_approx.v-2'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative-2' class="method hidden"><code id='prop_is_commutative.v-2'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx-3' class="method hidden"><code id='prop_is_commutative_approx.v-3'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative-3' class="method hidden"><code id='prop_is_commutative.v-3'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx-4' class="method hidden"><code id='prop_is_commutative_approx.v-4'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative-4' class="method hidden"><code id='prop_is_commutative.v-4'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx-5' class="method hidden"><code id='prop_is_commutative_approx.v-5'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative-5' class="method hidden"><code id='prop_is_commutative.v-5'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx-6' class="method hidden"><code id='prop_is_commutative_approx.v-6'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative-6' class="method hidden"><code id='prop_is_commutative.v-6'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractGroupAbelian%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractGroupAbelian.html" title="trait alga::general::AbstractGroupAbelian">AbstractGroupAbelian</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractGroupAbelian%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_is_commutative_approx-7' class="method hidden"><code id='prop_is_commutative_approx.v-7'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx' class='fnname'>prop_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#351-357' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_is_commutative-7' class="method hidden"><code id='prop_is_commutative.v-7'>fn <a href='../../alga/general/trait.AbstractGroupAbelian.html#method.prop_is_commutative' class='fnname'>prop_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/one_operator.rs.html#360-366' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Identity%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity' class="method hidden"><code id='identity.v'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id' class="method hidden"><code id='id.v'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Identity%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-1' class="method hidden"><code id='identity.v-1'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-1' class="method hidden"><code id='id.v-1'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Identity%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-2' class="method hidden"><code id='identity.v-2'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-2' class="method hidden"><code id='id.v-2'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Identity%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-3' class="method hidden"><code id='identity.v-3'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-3' class="method hidden"><code id='id.v-3'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Identity%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-4' class="method hidden"><code id='identity.v-4'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-4' class="method hidden"><code id='id.v-4'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Identity%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-5' class="method hidden"><code id='identity.v-5'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-5' class="method hidden"><code id='id.v-5'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Identity%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-6' class="method hidden"><code id='identity.v-6'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-6' class="method hidden"><code id='id.v-6'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-7' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Identity%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-7' class="method hidden"><code id='identity.v-7'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-7' class="method hidden"><code id='id.v-7'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-8' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Identity%3CAdditive%3E-8' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-8' class="method hidden"><code id='identity.v-8'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-8' class="method hidden"><code id='id.v-8'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-9' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Identity%3CAdditive%3E-9' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-9' class="method hidden"><code id='identity.v-9'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-9' class="method hidden"><code id='id.v-9'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-10' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Identity%3CAdditive%3E-10' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-10' class="method hidden"><code id='identity.v-10'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-10' class="method hidden"><code id='id.v-10'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-11' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Identity%3CAdditive%3E-11' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-11' class="method hidden"><code id='identity.v-11'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../../src/alga/macros.rs.html#139' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-11' class="method hidden"><code id='id.v-11'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-Identity%3CAdditive%3E-12' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;&gt; <a class="trait" href="../../alga/general/trait.Identity.html" title="trait alga::general::Identity">Identity</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a href='#impl-Identity%3CAdditive%3E-12' class='anchor'></a><a class='srclink' href='../../src/alga/general/identity.rs.html#44-52' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.identity-12' class="method hidden"><code id='identity.v-12'>fn <a href='../../alga/general/trait.Identity.html#tymethod.identity' class='fnname'>identity</a>() -&gt; Self</code><a class='srclink' href='../../src/alga/general/identity.rs.html#46-51' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The identity element.</p>
</div><h4 id='method.id-12' class="method hidden"><code id='id.v-12'>fn <a href='../../alga/general/trait.Identity.html#method.id' class='fnname'>id</a>(_: O) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/identity.rs.html#27-32' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Specific identity.</p>
</div></div><h3 id='impl-AbstractModule%3CAdditive%2C%20Additive%2C%20Multiplicative%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; + <a class="trait" href="../../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="../../alga/general/trait.ClosedNeg.html" title="trait alga::general::ClosedNeg">ClosedNeg</a>&gt; <a class="trait" href="../../alga/general/trait.AbstractModule.html" title="trait alga::general::AbstractModule">AbstractModule</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a href='#impl-AbstractModule%3CAdditive%2C%20Additive%2C%20Multiplicative%3E' class='anchor'></a><a class='srclink' href='../../src/alga/general/module.rs.html#35-45' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.AbstractRing' class="type"><code id='AbstractRing.t'>type <a href='../../alga/general/trait.AbstractModule.html#associatedtype.AbstractRing' class="type">AbstractRing</a> = N</code></h4><div class='docblock'><p>The underlying scalar field.</p>
</div><h4 id='method.multiply_by' class="method hidden"><code id='multiply_by.v'>fn <a href='../../alga/general/trait.AbstractModule.html#tymethod.multiply_by' class='fnname'>multiply_by</a>(&amp;self, r: N) -&gt; Self</code><a class='srclink' href='../../src/alga/general/module.rs.html#42-44' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Multiplies an element of the ring with an element of the module.</p>
</div></div><h3 id='impl-Operator' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.Operator.html" title="trait alga::general::Operator">Operator</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-Operator' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#51-56' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.operator_token' class="method hidden"><code id='operator_token.v'>fn <a href='../../alga/general/trait.Operator.html#tymethod.operator_token' class='fnname'>operator_token</a>() -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#53-55' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the structure that identifies the operator.</p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-TwoSidedInverse%3CAdditive%3E' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#74-78' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse' class="method hidden"><code id='two_sided_inverse.v'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#75-77' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut' class="method hidden"><code id='two_sided_inverse_mut.v'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-TwoSidedInverse%3CAdditive%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#74-78' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse-1' class="method hidden"><code id='two_sided_inverse.v-1'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#75-77' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut-1' class="method hidden"><code id='two_sided_inverse_mut.v-1'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-TwoSidedInverse%3CAdditive%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#74-78' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse-2' class="method hidden"><code id='two_sided_inverse.v-2'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#75-77' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut-2' class="method hidden"><code id='two_sided_inverse_mut.v-2'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-TwoSidedInverse%3CAdditive%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#74-78' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse-3' class="method hidden"><code id='two_sided_inverse.v-3'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#75-77' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut-3' class="method hidden"><code id='two_sided_inverse_mut.v-3'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-TwoSidedInverse%3CAdditive%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#74-78' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse-4' class="method hidden"><code id='two_sided_inverse.v-4'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#75-77' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut-4' class="method hidden"><code id='two_sided_inverse_mut.v-4'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-TwoSidedInverse%3CAdditive%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#74-78' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse-5' class="method hidden"><code id='two_sided_inverse.v-5'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#75-77' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut-5' class="method hidden"><code id='two_sided_inverse_mut.v-5'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-TwoSidedInverse%3CAdditive%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#74-78' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse-6' class="method hidden"><code id='two_sided_inverse.v-6'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../../src/alga/general/operator.rs.html#75-77' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut-6' class="method hidden"><code id='two_sided_inverse_mut.v-6'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-TwoSidedInverse%3CAdditive%3E-7' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt;&gt; <a class="trait" href="../../alga/general/trait.TwoSidedInverse.html" title="trait alga::general::TwoSidedInverse">TwoSidedInverse</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a href='#impl-TwoSidedInverse%3CAdditive%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#86-94' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.two_sided_inverse-7' class="method hidden"><code id='two_sided_inverse.v-7'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse' class='fnname'>two_sided_inverse</a>(&amp;self) -&gt; <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a class='srclink' href='../../src/alga/general/operator.rs.html#88-93' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the two_sided_inverse of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#tymethod.two_sided_inverse">Read more</a></p>
</div><h4 id='method.two_sided_inverse_mut-7' class="method hidden"><code id='two_sided_inverse_mut.v-7'>fn <a href='../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut' class='fnname'>two_sided_inverse_mut</a>(&amp;mut self)</code><a class='srclink' href='../../src/alga/general/operator.rs.html#28-30' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>In-place inversion of <code>self</code>, relative to the operator <code>O</code>. <a href="../../alga/general/trait.TwoSidedInverse.html#method.two_sided_inverse_mut">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive' class="method hidden"><code id='prop_mul_and_add_are_distributive.v'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx-1' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v-1'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive-1' class="method hidden"><code id='prop_mul_and_add_are_distributive.v-1'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx-2' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v-2'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive-2' class="method hidden"><code id='prop_mul_and_add_are_distributive.v-2'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx-3' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v-3'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive-3' class="method hidden"><code id='prop_mul_and_add_are_distributive.v-3'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx-4' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v-4'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive-4' class="method hidden"><code id='prop_mul_and_add_are_distributive.v-4'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx-5' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v-5'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive-5' class="method hidden"><code id='prop_mul_and_add_are_distributive.v-5'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx-6' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v-6'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive-6' class="method hidden"><code id='prop_mul_and_add_are_distributive.v-6'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-7' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../../alga/general/trait.ClosedNeg.html" title="trait alga::general::ClosedNeg">ClosedNeg</a> + <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&gt; <a class="trait" href="../../alga/general/trait.AbstractRing.html" title="trait alga::general::AbstractRing">AbstractRing</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a href='#impl-AbstractRing%3CAdditive%2C%20Multiplicative%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/general/two_operators.rs.html#287' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_and_add_are_distributive_approx-7' class="method hidden"><code id='prop_mul_and_add_are_distributive_approx.v-7'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx' class='fnname'>prop_mul_and_add_are_distributive_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#35-48' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive_approx">Read more</a></p>
</div><h4 id='method.prop_mul_and_add_are_distributive-7' class="method hidden"><code id='prop_mul_and_add_are_distributive.v-7'>fn <a href='../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive' class='fnname'>prop_mul_and_add_are_distributive</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#52-65' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication and addition operators are distributive for the given argument tuple. <a href="../../alga/general/trait.AbstractRing.html#method.prop_mul_and_add_are_distributive">Read more</a></p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx' class="method hidden"><code id='prop_mul_is_commutative_approx.v'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative' class="method hidden"><code id='prop_mul_is_commutative.v'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx-1' class="method hidden"><code id='prop_mul_is_commutative_approx.v-1'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative-1' class="method hidden"><code id='prop_mul_is_commutative.v-1'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx-2' class="method hidden"><code id='prop_mul_is_commutative_approx.v-2'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative-2' class="method hidden"><code id='prop_mul_is_commutative.v-2'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-3' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx-3' class="method hidden"><code id='prop_mul_is_commutative_approx.v-3'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative-3' class="method hidden"><code id='prop_mul_is_commutative.v-3'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-4' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx-4' class="method hidden"><code id='prop_mul_is_commutative_approx.v-4'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative-4' class="method hidden"><code id='prop_mul_is_commutative.v-4'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-5' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx-5' class="method hidden"><code id='prop_mul_is_commutative_approx.v-5'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative-5' class="method hidden"><code id='prop_mul_is_commutative.v-5'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-6' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx-6' class="method hidden"><code id='prop_mul_is_commutative_approx.v-6'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative-6' class="method hidden"><code id='prop_mul_is_commutative.v-6'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-7' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../../alga/general/trait.ClosedNeg.html" title="trait alga::general::ClosedNeg">ClosedNeg</a> + <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&gt; <a class="trait" href="../../alga/general/trait.AbstractRingCommutative.html" title="trait alga::general::AbstractRingCommutative">AbstractRingCommutative</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a href='#impl-AbstractRingCommutative%3CAdditive%2C%20Multiplicative%3E-7' class='anchor'></a><a class='srclink' href='../../src/alga/general/two_operators.rs.html#288' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.prop_mul_is_commutative_approx-7' class="method hidden"><code id='prop_mul_is_commutative_approx.v-7'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx' class='fnname'>prop_mul_is_commutative_approx</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../approx/relative_eq/trait.RelativeEq.html" title="trait approx::relative_eq::RelativeEq">RelativeEq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#134-143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. <a href="../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative_approx">Read more</a></p>
</div><h4 id='method.prop_mul_is_commutative-7' class="method hidden"><code id='prop_mul_is_commutative.v-7'>fn <a href='../../alga/general/trait.AbstractRingCommutative.html#method.prop_mul_is_commutative' class='fnname'>prop_mul_is_commutative</a>(args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>,&nbsp;</span></code><a class='srclink' href='../../src/alga/general/two_operators.rs.html#146-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if the multiplication operator is commutative for the given argument tuple.</p>
</div></div><h3 id='impl-AbstractField%3CAdditive%2C%20Multiplicative%3E' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractField.html" title="trait alga::general::AbstractField">AbstractField</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-AbstractField%3CAdditive%2C%20Multiplicative%3E' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#102' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractField%3CAdditive%2C%20Multiplicative%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="../../alga/general/trait.AbstractField.html" title="trait alga::general::AbstractField">AbstractField</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-AbstractField%3CAdditive%2C%20Multiplicative%3E-1' class='anchor'></a><a class='srclink' href='../../src/alga/macros.rs.html#95' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-AbstractField%3CAdditive%2C%20Multiplicative%3E-2' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../../alga/general/trait.ClosedNeg.html" title="trait alga::general::ClosedNeg">ClosedNeg</a> + <a class="trait" href="../../alga/general/trait.AbstractField.html" title="trait alga::general::AbstractField">AbstractField</a>&gt; <a class="trait" href="../../alga/general/trait.AbstractField.html" title="trait alga::general::AbstractField">AbstractField</a>&lt;<a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a>, <a class="struct" href="../../alga/general/struct.Multiplicative.html" title="struct alga::general::Multiplicative">Multiplicative</a>&gt; for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;N&gt;</code><a href='#impl-AbstractField%3CAdditive%2C%20Multiplicative%3E-2' class='anchor'></a><a class='srclink' href='../../src/alga/general/two_operators.rs.html#289' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-Clone' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#39' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a class='srclink' href='../../src/alga/general/operator.rs.html#39' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3 id='impl-Copy' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-Copy' class='anchor'></a><a class='srclink' href='../../src/alga/general/operator.rs.html#39' title='goto source code'>[src]</a></h3><div class='impl-items'></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Send' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../../alga/general/struct.Additive.html" title="struct alga::general::Additive">Additive</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implementations' class='small-section-header'>Blanket Implementations<a href='#blanket-implementations' class='anchor'></a></h2><div id='blanket-implementations-list'><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#81-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&amp;self) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#544-549' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#546-548' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#572-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#575-577' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#560-567' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#564-566' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-Any' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../";window.currentCrate = "alga";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>