blob: 64113aa28ce659b38719c17ebadc0c3bb5ee1c20 [file] [log] [blame]
<!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="A complex number in Cartesian form."><meta name="keywords" content="rust, rustlang, rust-lang, Complex"><title>Complex in num - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../normalize.css"><link rel="stylesheet" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../ayu.css" disabled><link rel="stylesheet" href="../dark.css" disabled><link rel="stylesheet" href="../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../main.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../favicon.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../num/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../num/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Complex</a></h2><div class="sidebar-elems"><section><h3><a href="#fields">Fields</a></h3><ul class="block"><li><a href="#structfield.im">im</a></li><li><a href="#structfield.re">re</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block"><li><a href="#method.acos">acos</a></li><li><a href="#method.acosh">acosh</a></li><li><a href="#method.arg">arg</a></li><li><a href="#method.asin">asin</a></li><li><a href="#method.asinh">asinh</a></li><li><a href="#method.atan">atan</a></li><li><a href="#method.atanh">atanh</a></li><li><a href="#method.cbrt">cbrt</a></li><li><a href="#method.conj">conj</a></li><li><a href="#method.cos">cos</a></li><li><a href="#method.cosh">cosh</a></li><li><a href="#method.exp">exp</a></li><li><a href="#method.expf">expf</a></li><li><a href="#method.fdiv">fdiv</a></li><li><a href="#method.finv">finv</a></li><li><a href="#method.from_polar">from_polar</a></li><li><a href="#method.i">i</a></li><li><a href="#method.inv">inv</a></li><li><a href="#method.is_finite">is_finite</a></li><li><a href="#method.is_infinite">is_infinite</a></li><li><a href="#method.is_nan">is_nan</a></li><li><a href="#method.is_normal">is_normal</a></li><li><a href="#method.l1_norm">l1_norm</a></li><li><a href="#method.ln">ln</a></li><li><a href="#method.log">log</a></li><li><a href="#method.new">new</a></li><li><a href="#method.norm">norm</a></li><li><a href="#method.norm_sqr">norm_sqr</a></li><li><a href="#method.powc">powc</a></li><li><a href="#method.powf">powf</a></li><li><a href="#method.powi">powi</a></li><li><a href="#method.powu">powu</a></li><li><a href="#method.scale">scale</a></li><li><a href="#method.sin">sin</a></li><li><a href="#method.sinh">sinh</a></li><li><a href="#method.sqrt">sqrt</a></li><li><a href="#method.tan">tan</a></li><li><a href="#method.tanh">tanh</a></li><li><a href="#method.to_polar">to_polar</a></li><li><a href="#method.unscale">unscale</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-Add%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Add&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E">Add&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20T%3E-for-Complex%3CT%3E">Add&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Add&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Add%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Add&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Add%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Add&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Add%3CT%3E-for-%26%27a%20Complex%3CT%3E">Add&lt;T&gt;</a></li><li><a href="#impl-Add%3CT%3E-for-Complex%3CT%3E">Add&lt;T&gt;</a></li><li><a href="#impl-AddAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">AddAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-AddAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E">AddAssign&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-AddAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">AddAssign&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-AddAssign%3CT%3E-for-Complex%3CT%3E">AddAssign&lt;T&gt;</a></li><li><a href="#impl-AsPrimitive%3CU%3E-for-Complex%3CT%3E">AsPrimitive&lt;U&gt;</a></li><li><a href="#impl-Binary-for-Complex%3CT%3E">Binary</a></li><li><a href="#impl-Clone-for-Complex%3CT%3E">Clone</a></li><li><a href="#impl-Copy-for-Complex%3CT%3E">Copy</a></li><li><a href="#impl-Debug-for-Complex%3CT%3E">Debug</a></li><li><a href="#impl-Default-for-Complex%3CT%3E">Default</a></li><li><a href="#impl-Display-for-Complex%3CT%3E">Display</a></li><li><a href="#impl-Div%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Div&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E">Div&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20T%3E-for-Complex%3CT%3E">Div&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Div&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Div%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Div&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Div%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Div&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Div%3CT%3E-for-%26%27a%20Complex%3CT%3E">Div&lt;T&gt;</a></li><li><a href="#impl-Div%3CT%3E-for-Complex%3CT%3E">Div&lt;T&gt;</a></li><li><a href="#impl-DivAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">DivAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-DivAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E">DivAssign&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-DivAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">DivAssign&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-DivAssign%3CT%3E-for-Complex%3CT%3E">DivAssign&lt;T&gt;</a></li><li><a href="#impl-Eq-for-Complex%3CT%3E">Eq</a></li><li><a href="#impl-From%3C%26%27a%20T%3E-for-Complex%3CT%3E">From&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-Complex%3CT%3E">From&lt;T&gt;</a></li><li><a href="#impl-FromPrimitive-for-Complex%3CT%3E">FromPrimitive</a></li><li><a href="#impl-FromStr-for-Complex%3CT%3E">FromStr</a></li><li><a href="#impl-Hash-for-Complex%3CT%3E">Hash</a></li><li><a href="#impl-Inv-for-%26%27a%20Complex%3CT%3E">Inv</a></li><li><a href="#impl-Inv-for-Complex%3CT%3E">Inv</a></li><li><a href="#impl-LowerExp-for-Complex%3CT%3E">LowerExp</a></li><li><a href="#impl-LowerHex-for-Complex%3CT%3E">LowerHex</a></li><li><a href="#impl-Mul%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Mul&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E">Mul&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20T%3E-for-Complex%3CT%3E">Mul&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Mul&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Mul%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Mul&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Mul%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Mul&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Mul%3CT%3E-for-%26%27a%20Complex%3CT%3E">Mul&lt;T&gt;</a></li><li><a href="#impl-Mul%3CT%3E-for-Complex%3CT%3E">Mul&lt;T&gt;</a></li><li><a href="#impl-MulAdd%3C%26%27b%20Complex%3CT%3E%2C%20%26%27a%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">MulAdd&lt;&amp;&#39;b Complex&lt;T&gt;, &amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-MulAdd%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E-for-Complex%3CT%3E">MulAdd&lt;Complex&lt;T&gt;, Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-MulAddAssign%3C%26%27a%20Complex%3CT%3E%2C%20%26%27b%20Complex%3CT%3E%3E-for-Complex%3CT%3E">MulAddAssign&lt;&amp;&#39;a Complex&lt;T&gt;, &amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-MulAddAssign%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E-for-Complex%3CT%3E">MulAddAssign&lt;Complex&lt;T&gt;, Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-MulAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">MulAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-MulAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E">MulAssign&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-MulAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">MulAssign&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-MulAssign%3CT%3E-for-Complex%3CT%3E">MulAssign&lt;T&gt;</a></li><li><a href="#impl-Neg-for-%26%27a%20Complex%3CT%3E">Neg</a></li><li><a href="#impl-Neg-for-Complex%3CT%3E">Neg</a></li><li><a href="#impl-Num-for-Complex%3CT%3E">Num</a></li><li><a href="#impl-NumCast-for-Complex%3CT%3E">NumCast</a></li><li><a href="#impl-Octal-for-Complex%3CT%3E">Octal</a></li><li><a href="#impl-One-for-Complex%3CT%3E">One</a></li><li><a href="#impl-PartialEq%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">PartialEq&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Pow&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20f32%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b f32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20f32%3E-for-Complex%3CT%3E">Pow&lt;&amp;&#39;b f32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20f64%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b f64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20f64%3E-for-Complex%3CT%3E">Pow&lt;&amp;&#39;b f64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20i128%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20i16%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20i32%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20i64%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20i8%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20isize%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Pow%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Pow%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Pow&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Pow%3Cf32%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;f32&gt;</a></li><li><a href="#impl-Pow%3Cf32%3E-for-Complex%3CT%3E">Pow&lt;f32&gt;</a></li><li><a href="#impl-Pow%3Cf64%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;f64&gt;</a></li><li><a href="#impl-Pow%3Cf64%3E-for-Complex%3CT%3E">Pow&lt;f64&gt;</a></li><li><a href="#impl-Pow%3Ci128%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;i128&gt;</a></li><li><a href="#impl-Pow%3Ci16%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;i16&gt;</a></li><li><a href="#impl-Pow%3Ci32%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;i32&gt;</a></li><li><a href="#impl-Pow%3Ci64%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;i64&gt;</a></li><li><a href="#impl-Pow%3Ci8%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;i8&gt;</a></li><li><a href="#impl-Pow%3Cisize%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;isize&gt;</a></li><li><a href="#impl-Pow%3Cu128%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;u128&gt;</a></li><li><a href="#impl-Pow%3Cu16%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;u16&gt;</a></li><li><a href="#impl-Pow%3Cu32%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;u32&gt;</a></li><li><a href="#impl-Pow%3Cu64%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;u64&gt;</a></li><li><a href="#impl-Pow%3Cu8%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;u8&gt;</a></li><li><a href="#impl-Pow%3Cusize%3E-for-%26%27a%20Complex%3CT%3E">Pow&lt;usize&gt;</a></li><li><a href="#impl-Product%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Product&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Product%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Product&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Rem&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E">Rem&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20T%3E-for-Complex%3CT%3E">Rem&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Rem&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Rem%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Rem&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Rem%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Rem&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Rem%3CT%3E-for-%26%27a%20Complex%3CT%3E">Rem&lt;T&gt;</a></li><li><a href="#impl-Rem%3CT%3E-for-Complex%3CT%3E">Rem&lt;T&gt;</a></li><li><a href="#impl-RemAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">RemAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-RemAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E">RemAssign&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-RemAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">RemAssign&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-RemAssign%3CT%3E-for-Complex%3CT%3E">RemAssign&lt;T&gt;</a></li><li><a href="#impl-StructuralEq-for-Complex%3CT%3E">StructuralEq</a></li><li><a href="#impl-StructuralPartialEq-for-Complex%3CT%3E">StructuralPartialEq</a></li><li><a href="#impl-Sub%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Sub&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E">Sub&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20T%3E-for-Complex%3CT%3E">Sub&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Sub&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Sub%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E">Sub&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Sub%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Sub&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Sub%3CT%3E-for-%26%27a%20Complex%3CT%3E">Sub&lt;T&gt;</a></li><li><a href="#impl-Sub%3CT%3E-for-Complex%3CT%3E">Sub&lt;T&gt;</a></li><li><a href="#impl-SubAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">SubAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-SubAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E">SubAssign&lt;&amp;&#39;a T&gt;</a></li><li><a href="#impl-SubAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">SubAssign&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-SubAssign%3CT%3E-for-Complex%3CT%3E">SubAssign&lt;T&gt;</a></li><li><a href="#impl-Sum%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E">Sum&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-Sum%3CComplex%3CT%3E%3E-for-Complex%3CT%3E">Sum&lt;Complex&lt;T&gt;&gt;</a></li><li><a href="#impl-ToPrimitive-for-Complex%3CT%3E">ToPrimitive</a></li><li><a href="#impl-UpperExp-for-Complex%3CT%3E">UpperExp</a></li><li><a href="#impl-UpperHex-for-Complex%3CT%3E">UpperHex</a></li><li><a href="#impl-Zero-for-Complex%3CT%3E">Zero</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-Complex%3CT%3E">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Complex%3CT%3E">Send</a></li><li><a href="#impl-Sync-for-Complex%3CT%3E">Sync</a></li><li><a href="#impl-Unpin-for-Complex%3CT%3E">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Complex%3CT%3E">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-Complex%3CT%3E">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-Complex%3CT%3E">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-Complex%3CT%3E">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-Complex%3CT%3E-1">From&lt;T&gt;</a></li><li><a href="#impl-Into%3CU%3E-for-Complex%3CT%3E">Into&lt;U&gt;</a></li><li><a href="#impl-NumAssign-for-Complex%3CT%3E">NumAssign</a></li><li><a href="#impl-NumAssignOps%3CRhs%3E-for-Complex%3CT%3E">NumAssignOps&lt;Rhs&gt;</a></li><li><a href="#impl-NumAssignRef-for-Complex%3CT%3E">NumAssignRef</a></li><li><a href="#impl-NumOps%3CRhs%2C%20Output%3E-for-Complex%3CT%3E">NumOps&lt;Rhs, Output&gt;</a></li><li><a href="#impl-NumRef-for-Complex%3CT%3E">NumRef</a></li><li><a href="#impl-RefNum%3CBase%3E-for-Complex%3CT%3E">RefNum&lt;Base&gt;</a></li><li><a href="#impl-ToOwned-for-Complex%3CT%3E">ToOwned</a></li><li><a href="#impl-ToString-for-Complex%3CT%3E">ToString</a></li><li><a href="#impl-TryFrom%3CU%3E-for-Complex%3CT%3E">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-Complex%3CT%3E">TryInto&lt;U&gt;</a></li></ul></section><h2><a href="index.html">In num</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Struct <a href="index.html">num</a>::<wbr><a class="struct" href="#">Complex</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../src/num_complex/lib.rs.html#77">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="item-decl"><pre class="rust struct"><code>pub struct Complex&lt;T&gt; {
pub re: T,
pub im: T,
}</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A complex number in Cartesian form.</p>
<h3 id="representation-and-foreign-function-interface-compatibility"><a href="#representation-and-foreign-function-interface-compatibility">Representation and Foreign Function Interface Compatibility</a></h3>
<p><code>Complex&lt;T&gt;</code> is memory layout compatible with an array <code>[T; 2]</code>.</p>
<p>Note that <code>Complex&lt;F&gt;</code> where F is a floating point type is <strong>only</strong> memory
layout compatible with C’s complex types, <strong>not</strong> necessarily calling
convention compatible. This means that for FFI you can only pass
<code>Complex&lt;F&gt;</code> behind a pointer, not as a value.</p>
<h3 id="examples"><a href="#examples">Examples</a></h3>
<p>Example of extern function declaration.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_complex::Complex;
<span class="kw">use </span>std::os::raw::c_int;
<span class="kw">extern </span><span class="string">&quot;C&quot; </span>{
<span class="kw">fn </span>zaxpy_(n: <span class="kw-2">*const </span>c_int, alpha: <span class="kw-2">*const </span>Complex&lt;f64&gt;,
x: <span class="kw-2">*const </span>Complex&lt;f64&gt;, incx: <span class="kw-2">*const </span>c_int,
y: <span class="kw-2">*mut </span>Complex&lt;f64&gt;, incy: <span class="kw-2">*const </span>c_int);
}</code></pre></div>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor"></a></h2><span id="structfield.re" class="structfield small-section-header"><a href="#structfield.re" class="anchor field"></a><code>re: T</code></span><div class="docblock"><p>Real portion of the complex number</p>
</div><span id="structfield.im" class="structfield small-section-header"><a href="#structfield.im" class="anchor field"></a><code>im: T</code></span><div class="docblock"><p>Imaginary portion of the complex number</p>
</div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><div id="implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#87">source</a><a href="#impl-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.new" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#90">source</a><h4 class="code-header">pub const fn <a href="#method.new" class="fnname">new</a>(re: T, im: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Create a new Complex</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Complex%3CT%3E-1" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#95">source</a><a href="#impl-Complex%3CT%3E-1" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.i" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#98">source</a><h4 class="code-header">pub fn <a href="#method.i" class="fnname">i</a>() -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Returns imaginary unit</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.norm_sqr" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#105">source</a><h4 class="code-header">pub fn <a href="#method.norm_sqr" class="fnname">norm_sqr</a>(&amp;self) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the square of the norm (since <code>T</code> doesn’t necessarily
have a sqrt function), i.e. <code>re^2 + im^2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.scale" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#111">source</a><h4 class="code-header">pub fn <a href="#method.scale" class="fnname">scale</a>(&amp;self, t: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Multiplies <code>self</code> by the scalar <code>t</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.unscale" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#117">source</a><h4 class="code-header">pub fn <a href="#method.unscale" class="fnname">unscale</a>(&amp;self, t: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Divides <code>self</code> by the scalar <code>t</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.powu" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#123">source</a><h4 class="code-header">pub fn <a href="#method.powu" class="fnname">powu</a>(&amp;self, exp: u32) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Raises <code>self</code> to an unsigned integer power.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Complex%3CT%3E-2" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#128">source</a><a href="#impl-Complex%3CT%3E-2" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.conj" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#131">source</a><h4 class="code-header">pub fn <a href="#method.conj" class="fnname">conj</a>(&amp;self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Returns the complex conjugate. i.e. <code>re - i im</code></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.inv" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#137">source</a><h4 class="code-header">pub fn <a href="#method.inv" class="fnname">inv</a>(&amp;self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Returns <code>1/self</code></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.powi" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#147">source</a><h4 class="code-header">pub fn <a href="#method.powi" class="fnname">powi</a>(&amp;self, exp: i32) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Raises <code>self</code> to a signed integer power.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Complex%3CT%3E-3" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#152">source</a><a href="#impl-Complex%3CT%3E-3" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Signed.html" title="trait num::Signed">Signed</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.l1_norm" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#157">source</a><h4 class="code-header">pub fn <a href="#method.l1_norm" class="fnname">l1_norm</a>(&amp;self) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the L1 norm <code>|re| + |im|</code> – the <a href="https://en.wikipedia.org/wiki/Taxicab_geometry">Manhattan distance</a> from the origin.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Complex%3CT%3E-4" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#163">source</a><a href="#impl-Complex%3CT%3E-4" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.norm" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#166">source</a><h4 class="code-header">pub fn <a href="#method.norm" class="fnname">norm</a>(self) -&gt; T</h4></section></summary><div class="docblock"><p>Calculate |self|</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.arg" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#171">source</a><h4 class="code-header">pub fn <a href="#method.arg" class="fnname">arg</a>(self) -&gt; T</h4></section></summary><div class="docblock"><p>Calculate the principal Arg of self.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_polar" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#177">source</a><h4 class="code-header">pub fn <a href="#method.to_polar" class="fnname">to_polar</a>(self) -&gt; (T, T)</h4></section></summary><div class="docblock"><p>Convert to polar form (r, theta), such that
<code>self = r * exp(i * theta)</code></p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_polar" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#182">source</a><h4 class="code-header">pub fn <a href="#method.from_polar" class="fnname">from_polar</a>(r: T, theta: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Convert a polar representation into a complex number.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.exp" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#188">source</a><h4 class="code-header">pub fn <a href="#method.exp" class="fnname">exp</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes <code>e^(self)</code>, where <code>e</code> is the base of the natural logarithm.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ln" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#202">source</a><h4 class="code-header">pub fn <a href="#method.ln" class="fnname">ln</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of natural logarithm of <code>self</code>.</p>
<p>This function has one branch cut:</p>
<ul>
<li><code>(-∞, 0]</code>, continuous from above.</li>
</ul>
<p>The branch satisfies <code>-π ≤ arg(ln(z)) ≤ π</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sqrt" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#216">source</a><h4 class="code-header">pub fn <a href="#method.sqrt" class="fnname">sqrt</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of the square root of <code>self</code>.</p>
<p>This function has one branch cut:</p>
<ul>
<li><code>(-∞, 0)</code>, continuous from above.</li>
</ul>
<p>The branch satisfies <code>-π/2 ≤ arg(sqrt(z)) ≤ π/2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cbrt" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#264">source</a><h4 class="code-header">pub fn <a href="#method.cbrt" class="fnname">cbrt</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of the cube root of <code>self</code>.</p>
<p>This function has one branch cut:</p>
<ul>
<li><code>(-∞, 0)</code>, continuous from above.</li>
</ul>
<p>The branch satisfies <code>-π/3 ≤ arg(cbrt(z)) ≤ π/3</code>.</p>
<p>Note that this does not match the usual result for the cube root of
negative real numbers. For example, the real cube root of <code>-8</code> is <code>-2</code>,
but the principal complex cube root of <code>-8</code> is <code>1 + i√3</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.powf" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#307">source</a><h4 class="code-header">pub fn <a href="#method.powf" class="fnname">powf</a>(self, exp: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Raises <code>self</code> to a floating point power.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.log" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#316">source</a><h4 class="code-header">pub fn <a href="#method.log" class="fnname">log</a>(self, base: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Returns the logarithm of <code>self</code> with respect to an arbitrary base.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.powc" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#326">source</a><h4 class="code-header">pub fn <a href="#method.powc" class="fnname">powc</a>(self, exp: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Raises <code>self</code> to a complex power.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.expf" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#347">source</a><h4 class="code-header">pub fn <a href="#method.expf" class="fnname">expf</a>(self, base: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Raises a floating point number to the complex power <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sin" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#355">source</a><h4 class="code-header">pub fn <a href="#method.sin" class="fnname">sin</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the sine of <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cos" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#365">source</a><h4 class="code-header">pub fn <a href="#method.cos" class="fnname">cos</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the cosine of <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.tan" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#375">source</a><h4 class="code-header">pub fn <a href="#method.tan" class="fnname">tan</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the tangent of <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.asin" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#390">source</a><h4 class="code-header">pub fn <a href="#method.asin" class="fnname">asin</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of the inverse sine of <code>self</code>.</p>
<p>This function has two branch cuts:</p>
<ul>
<li><code>(-∞, -1)</code>, continuous from above.</li>
<li><code>(1, ∞)</code>, continuous from below.</li>
</ul>
<p>The branch satisfies <code>-π/2 ≤ Re(asin(z)) ≤ π/2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.acos" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#405">source</a><h4 class="code-header">pub fn <a href="#method.acos" class="fnname">acos</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of the inverse cosine of <code>self</code>.</p>
<p>This function has two branch cuts:</p>
<ul>
<li><code>(-∞, -1)</code>, continuous from above.</li>
<li><code>(1, ∞)</code>, continuous from below.</li>
</ul>
<p>The branch satisfies <code>0 ≤ Re(acos(z)) ≤ π</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.atan" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#420">source</a><h4 class="code-header">pub fn <a href="#method.atan" class="fnname">atan</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of the inverse tangent of <code>self</code>.</p>
<p>This function has two branch cuts:</p>
<ul>
<li><code>(-∞i, -i]</code>, continuous from the left.</li>
<li><code>[i, ∞i)</code>, continuous from the right.</li>
</ul>
<p>The branch satisfies <code>-π/2 ≤ Re(atan(z)) ≤ π/2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sinh" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#435">source</a><h4 class="code-header">pub fn <a href="#method.sinh" class="fnname">sinh</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the hyperbolic sine of <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cosh" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#445">source</a><h4 class="code-header">pub fn <a href="#method.cosh" class="fnname">cosh</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the hyperbolic cosine of <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.tanh" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#455">source</a><h4 class="code-header">pub fn <a href="#method.tanh" class="fnname">tanh</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the hyperbolic tangent of <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.asinh" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#470">source</a><h4 class="code-header">pub fn <a href="#method.asinh" class="fnname">asinh</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of inverse hyperbolic sine of <code>self</code>.</p>
<p>This function has two branch cuts:</p>
<ul>
<li><code>(-∞i, -i)</code>, continuous from the left.</li>
<li><code>(i, ∞i)</code>, continuous from the right.</li>
</ul>
<p>The branch satisfies <code>-π/2 ≤ Im(asinh(z)) ≤ π/2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.acosh" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#484">source</a><h4 class="code-header">pub fn <a href="#method.acosh" class="fnname">acosh</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of inverse hyperbolic cosine of <code>self</code>.</p>
<p>This function has one branch cut:</p>
<ul>
<li><code>(-∞, 1)</code>, continuous from above.</li>
</ul>
<p>The branch satisfies <code>-π ≤ Im(acosh(z)) ≤ π</code> and <code>0 ≤ Re(acosh(z)) &lt; ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.atanh" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#500">source</a><h4 class="code-header">pub fn <a href="#method.atanh" class="fnname">atanh</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Computes the principal value of inverse hyperbolic tangent of <code>self</code>.</p>
<p>This function has two branch cuts:</p>
<ul>
<li><code>(-∞, -1]</code>, continuous from above.</li>
<li><code>[1, ∞)</code>, continuous from below.</li>
</ul>
<p>The branch satisfies <code>-π/2 ≤ Im(atanh(z)) ≤ π/2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.finv" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#535">source</a><h4 class="code-header">pub fn <a href="#method.finv" class="fnname">finv</a>(self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Returns <code>1/self</code> using floating-point operations.</p>
<p>This may be more accurate than the generic <code>self.inv()</code> in cases
where <code>self.norm_sqr()</code> would overflow to ∞ or underflow to 0.</p>
<h5 id="examples-1"><a href="#examples-1">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_complex::Complex64;
<span class="kw">let </span>c = Complex64::new(<span class="number">1e300</span>, <span class="number">1e300</span>);
<span class="comment">// The generic `inv()` will overflow.
</span><span class="macro">assert!</span>(!c.inv().is_normal());
<span class="comment">// But we can do better for `Float` types.
</span><span class="kw">let </span>inv = c.finv();
<span class="macro">assert!</span>(inv.is_normal());
<span class="macro">println!</span>(<span class="string">&quot;{:e}&quot;</span>, inv);
<span class="kw">let </span>expected = Complex64::new(<span class="number">5e-301</span>, -<span class="number">5e-301</span>);
<span class="macro">assert!</span>((inv - expected).norm() &lt; <span class="number">1e-315</span>);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fdiv" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#564">source</a><h4 class="code-header">pub fn <a href="#method.fdiv" class="fnname">fdiv</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class="docblock"><p>Returns <code>self/other</code> using floating-point operations.</p>
<p>This may be more accurate than the generic <code>Div</code> implementation in cases
where <code>other.norm_sqr()</code> would overflow to ∞ or underflow to 0.</p>
<h5 id="examples-2"><a href="#examples-2">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_complex::Complex64;
<span class="kw">let </span>a = Complex64::new(<span class="number">2.0</span>, <span class="number">3.0</span>);
<span class="kw">let </span>b = Complex64::new(<span class="number">1e300</span>, <span class="number">1e300</span>);
<span class="comment">// Generic division will overflow.
</span><span class="macro">assert!</span>(!(a / b).is_normal());
<span class="comment">// But we can do better for `Float` types.
</span><span class="kw">let </span>quotient = a.fdiv(b);
<span class="macro">assert!</span>(quotient.is_normal());
<span class="macro">println!</span>(<span class="string">&quot;{:e}&quot;</span>, quotient);
<span class="kw">let </span>expected = Complex64::new(<span class="number">2.5e-300</span>, <span class="number">5e-301</span>);
<span class="macro">assert!</span>((quotient - expected).norm() &lt; <span class="number">1e-315</span>);</code></pre></div>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Complex%3CT%3E-5" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#569">source</a><a href="#impl-Complex%3CT%3E-5" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="traits/float/trait.FloatCore.html" title="trait num::traits::float::FloatCore">FloatCore</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_nan" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#572">source</a><h4 class="code-header">pub fn <a href="#method.is_nan" class="fnname">is_nan</a>(self) -&gt; bool</h4></section></summary><div class="docblock"><p>Checks if the given complex number is NaN</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_infinite" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#578">source</a><h4 class="code-header">pub fn <a href="#method.is_infinite" class="fnname">is_infinite</a>(self) -&gt; bool</h4></section></summary><div class="docblock"><p>Checks if the given complex number is infinite</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_finite" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#584">source</a><h4 class="code-header">pub fn <a href="#method.is_finite" class="fnname">is_finite</a>(self) -&gt; bool</h4></section></summary><div class="docblock"><p>Checks if the given complex number is finite</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_normal" class="method has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#590">source</a><h4 class="code-header">pub fn <a href="#method.is_normal" class="fnname">is_normal</a>(self) -&gt; bool</h4></section></summary><div class="docblock"><p>Checks if the given complex number is normal</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#657">source</a><a href="#impl-Add%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Add&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-81" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-81" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#657">source</a><a href="#method.add-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Add%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Add&lt;&amp;'a T&gt; for &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-76" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-76" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.add-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;T) -&gt; &lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Add%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Add&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-74" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-74" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.add" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#657">source</a><a href="#impl-Add%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Add&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-80" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-80" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#657">source</a><a href="#method.add-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<br>) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#657">source</a><a href="#impl-Add%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Add&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-79" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-79" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#657">source</a><a href="#method.add-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#660">source</a><a href="#impl-Add%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Add&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-77" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-77" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#664">source</a><a href="#method.add-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Add%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Add&lt;T&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-75" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-75" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.add-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: T) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1039">source</a><a href="#impl-Add%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Add&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-78" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-78" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1043">source</a><a href="#method.add-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Add&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#884">source</a><a href="#impl-AddAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; AddAssign&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#884">source</a><a href="#method.add_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#884">source</a><a href="#impl-AddAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; AddAssign&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#884">source</a><a href="#method.add_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: &amp;T)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#761">source</a><a href="#impl-AddAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; AddAssign&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#762">source</a><a href="#method.add_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#834">source</a><a href="#impl-AddAssign%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; AddAssign&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#835">source</a><a href="#method.add_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: T)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AsPrimitive%3CU%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#73">source</a><a href="#impl-AsPrimitive%3CU%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="cast/trait.AsPrimitive.html" title="trait num::cast::AsPrimitive">AsPrimitive</a>&lt;U&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="cast/trait.AsPrimitive.html" title="trait num::cast::AsPrimitive">AsPrimitive</a>&lt;U&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;U: 'static + Copy,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.as_" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#78">source</a><a href="#method.as_" class="anchor"></a><h4 class="code-header">fn <a href="cast/trait.AsPrimitive.html#tymethod.as_" class="fnname">as_</a>(self) -&gt; U</h4></section></summary><div class='docblock'>Convert a value to another, using the <code>as</code> operator.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Binary-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1268">source</a><a href="#impl-Binary-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Binary for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Binary + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + PartialOrd&lt;T&gt; + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1272">source</a><a href="#method.fmt-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Clone-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-Clone-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Clone for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#method.clone" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns a copy of the value. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.clone_from" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">clone_from</a>(&amp;mut self, source: &amp;Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Debug-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-Debug-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Debug for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Debug,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#method.fmt-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Default-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-Default-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Default for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Default,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.default" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#method.default" class="anchor"></a><h4 class="code-header">fn <a class="fnname">default</a>() -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Display-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1214">source</a><a href="#impl-Display-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Display for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + PartialOrd&lt;T&gt; + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1218">source</a><a href="#method.fmt-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#716">source</a><a href="#impl-Div%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Div&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-70" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-70" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#716">source</a><a href="#method.div-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Div%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Div&lt;&amp;'a T&gt; for &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-68" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-68" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.div-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;T) -&gt; &lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Div%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Div&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-69" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-69" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.div-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#716">source</a><a href="#impl-Div%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Div&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-71" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-71" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#716">source</a><a href="#method.div-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<br>) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#716">source</a><a href="#impl-Div%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Div&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-67" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-67" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#716">source</a><a href="#method.div-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#720">source</a><a href="#impl-Div%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Div&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-66" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-66" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#724">source</a><a href="#method.div-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Div%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Div&lt;T&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-64" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-64" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.div" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: T) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1066">source</a><a href="#impl-Div%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Div&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-65" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-65" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1070">source</a><a href="#method.div-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Div&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#887">source</a><a href="#impl-DivAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; DivAssign&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#887">source</a><a href="#method.div_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#887">source</a><a href="#impl-DivAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; DivAssign&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#887">source</a><a href="#method.div_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: &amp;T)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#812">source</a><a href="#impl-DivAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; DivAssign&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#813">source</a><a href="#method.div_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#853">source</a><a href="#impl-DivAssign%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; DivAssign&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#854">source</a><a href="#method.div_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: T)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#602">source</a><a href="#impl-From%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; From&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#604">source</a><a href="#method.from-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(re: &amp;T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#595">source</a><a href="#impl-From%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; From&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#597">source</a><a href="#method.from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(re: T) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-FromPrimitive-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#47">source</a><a href="#impl-FromPrimitive-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.FromPrimitive.html" title="trait num::FromPrimitive">FromPrimitive</a> for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.FromPrimitive.html" title="trait num::FromPrimitive">FromPrimitive</a> + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_usize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#48">source</a><a href="#method.from_usize" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_usize" class="fnname">from_usize</a>(n: usize) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts a <code>usize</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_usize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_isize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#49">source</a><a href="#method.from_isize" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_isize" class="fnname">from_isize</a>(n: isize) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>isize</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_isize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#50">source</a><a href="#method.from_u8" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u8" class="fnname">from_u8</a>(n: u8) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>u8</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#51">source</a><a href="#method.from_u16" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u16" class="fnname">from_u16</a>(n: u16) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>u16</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#52">source</a><a href="#method.from_u32" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u32" class="fnname">from_u32</a>(n: u32) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>u32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#53">source</a><a href="#method.from_u64" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#tymethod.from_u64" class="fnname">from_u64</a>(n: u64) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>u64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#tymethod.from_u64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#54">source</a><a href="#method.from_i8" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i8" class="fnname">from_i8</a>(n: i8) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>i8</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#55">source</a><a href="#method.from_i16" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i16" class="fnname">from_i16</a>(n: i16) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>i16</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#56">source</a><a href="#method.from_i32" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i32" class="fnname">from_i32</a>(n: i32) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>i32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#57">source</a><a href="#method.from_i64" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#tymethod.from_i64" class="fnname">from_i64</a>(n: i64) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>i64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#tymethod.from_i64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#58">source</a><a href="#method.from_u128" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_u128" class="fnname">from_u128</a>(n: u128) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>u128</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_u128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#59">source</a><a href="#method.from_i128" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_i128" class="fnname">from_i128</a>(n: i128) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts an <code>i128</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_i128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_f32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#60">source</a><a href="#method.from_f32" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_f32" class="fnname">from_f32</a>(n: f32) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts a <code>f32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_f32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_f64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#61">source</a><a href="#method.from_f64" class="anchor"></a><h4 class="code-header">fn <a href="trait.FromPrimitive.html#method.from_f64" class="fnname">from_f64</a>(n: f64) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;</h4></section></summary><div class='docblock'>Converts a <code>f64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="trait.FromPrimitive.html#method.from_f64">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-FromStr-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1354">source</a><a href="#impl-FromStr-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; FromStr for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: FromStr + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_str" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1361">source</a><a href="#method.from_str" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from_str</a>(s: &amp;str) -&gt; Result&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as FromStr&gt;::Err&gt;</h4></section></summary><div class="docblock"><p>Parses <code>a +/- bi</code>; <code>ai +/- b</code>; <code>a</code>; or <code>bi</code> where <code>a</code> and <code>b</code> are of type <code>T</code></p>
</div></details><details class="rustdoc-toggle" open><summary><section id="associatedtype.Err" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Err" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Err</a> = <a class="struct" href="complex/struct.ParseComplexError.html" title="struct num::complex::ParseComplexError">ParseComplexError</a>&lt;&lt;T as FromStr&gt;::Err&gt;</h4></section></summary><div class='docblock'>The associated error which can be returned from parsing.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Hash-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-Hash-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Hash for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Hash,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#method.hash" class="anchor"></a><h4 class="code-header">fn <a class="fnname">hash</a>&lt;__H&gt;(&amp;self, state: &amp;mut __H)<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;__H: Hasher,</span></h4></section></summary><div class='docblock'>Feeds this value into the given [<code>Hasher</code>]. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.3.0">1.3.0</span><a href="#method.hash_slice" class="anchor"></a><h4 class="code-header">fn <a class="fnname">hash_slice</a>&lt;H&gt;(data: &amp;[Self], state: &amp;mut H)<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: Hasher,</span></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given [<code>Hasher</code>]. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Inv-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#918">source</a><a href="#impl-Inv-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="traits/trait.Inv.html" title="trait num::traits::Inv">Inv</a> for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output" class="anchor"></a><h4 class="code-header">type <a href="traits/trait.Inv.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.inv-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#922">source</a><a href="#method.inv-1" class="anchor"></a><h4 class="code-header">fn <a href="traits/trait.Inv.html#tymethod.inv" class="fnname">inv</a>(self) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="traits/trait.Inv.html" title="trait num::traits::Inv">Inv</a>&gt;::<a class="associatedtype" href="traits/trait.Inv.html#associatedtype.Output" title="type num::traits::Inv::Output">Output</a></h4></section></summary><div class='docblock'>Returns the multiplicative inverse of <code>self</code>. <a href="traits/trait.Inv.html#tymethod.inv">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Inv-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#909">source</a><a href="#impl-Inv-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.Inv.html" title="trait num::traits::Inv">Inv</a> for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-1" class="anchor"></a><h4 class="code-header">type <a href="traits/trait.Inv.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.inv-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#913">source</a><a href="#method.inv-2" class="anchor"></a><h4 class="code-header">fn <a href="traits/trait.Inv.html#tymethod.inv" class="fnname">inv</a>(self) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="traits/trait.Inv.html" title="trait num::traits::Inv">Inv</a>&gt;::<a class="associatedtype" href="traits/trait.Inv.html#associatedtype.Output" title="type num::traits::Inv::Output">Output</a></h4></section></summary><div class='docblock'>Returns the multiplicative inverse of <code>self</code>. <a href="traits/trait.Inv.html#tymethod.inv">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-LowerExp-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1223">source</a><a href="#impl-LowerExp-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; LowerExp for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: LowerExp + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + PartialOrd&lt;T&gt; + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1227">source</a><a href="#method.fmt-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-LowerHex-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1241">source</a><a href="#impl-LowerHex-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; LowerHex for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: LowerHex + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + PartialOrd&lt;T&gt; + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1245">source</a><a href="#method.fmt" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#681">source</a><a href="#impl-Mul%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Mul&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-10" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-10" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#681">source</a><a href="#method.mul-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Mul%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Mul&lt;&amp;'a T&gt; for &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-4" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.mul" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;T) -&gt; &lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Mul%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Mul&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-8" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-8" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.mul-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#681">source</a><a href="#impl-Mul%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Mul&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-6" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-6" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#681">source</a><a href="#method.mul-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<br>) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#681">source</a><a href="#impl-Mul%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Mul&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-5" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-5" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#681">source</a><a href="#method.mul-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#684">source</a><a href="#impl-Mul%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Mul&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-7" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-7" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#688">source</a><a href="#method.mul-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Mul%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Mul&lt;T&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-11" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-11" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.mul-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: T) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1057">source</a><a href="#impl-Mul%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Mul&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-9" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-9" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1061">source</a><a href="#method.mul-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Mul&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAdd%3C%26%27b%20Complex%3CT%3E%2C%20%26%27a%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#707">source</a><a href="#impl-MulAdd%3C%26%27b%20Complex%3CT%3E%2C%20%26%27a%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="traits/trait.MulAdd.html" title="trait num::traits::MulAdd">MulAdd</a>&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + <a class="trait" href="traits/trait.MulAdd.html" title="trait num::traits::MulAdd">MulAdd</a>&lt;T, T, Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-73" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-73" class="anchor"></a><h4 class="code-header">type <a href="traits/trait.MulAdd.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the fused multiply-add.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_add-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#711">source</a><a href="#method.mul_add-1" class="anchor"></a><h4 class="code-header">fn <a href="traits/trait.MulAdd.html#tymethod.mul_add" class="fnname">mul_add</a>(self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, add: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Performs the fused multiply-add operation.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAdd%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#696">source</a><a href="#impl-MulAdd%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.MulAdd.html" title="trait num::traits::MulAdd">MulAdd</a>&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + <a class="trait" href="traits/trait.MulAdd.html" title="trait num::traits::MulAdd">MulAdd</a>&lt;T, T, Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-72" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-72" class="anchor"></a><h4 class="code-header">type <a href="traits/trait.MulAdd.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the fused multiply-add.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_add" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#700">source</a><a href="#method.mul_add" class="anchor"></a><h4 class="code-header">fn <a href="traits/trait.MulAdd.html#tymethod.mul_add" class="fnname">mul_add</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, add: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Performs the fused multiply-add operation.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAddAssign%3C%26%27a%20Complex%3CT%3E%2C%20%26%27b%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#802-803">source</a><a href="#impl-MulAddAssign%3C%26%27a%20Complex%3CT%3E%2C%20%26%27b%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="traits/trait.MulAddAssign.html" title="trait num::traits::MulAddAssign">MulAddAssign</a>&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a> + <a class="trait" href="traits/trait.MulAddAssign.html" title="trait num::traits::MulAddAssign">MulAddAssign</a>&lt;T, T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_add_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#805">source</a><a href="#method.mul_add_assign-1" class="anchor"></a><h4 class="code-header">fn <a href="traits/trait.MulAddAssign.html#tymethod.mul_add_assign" class="fnname">mul_add_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, add: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the fused multiply-add operation.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAddAssign%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#789">source</a><a href="#impl-MulAddAssign%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.MulAddAssign.html" title="trait num::traits::MulAddAssign">MulAddAssign</a>&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a> + <a class="trait" href="traits/trait.MulAddAssign.html" title="trait num::traits::MulAddAssign">MulAddAssign</a>&lt;T, T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_add_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#790">source</a><a href="#method.mul_add_assign" class="anchor"></a><h4 class="code-header">fn <a href="traits/trait.MulAddAssign.html#tymethod.mul_add_assign" class="fnname">mul_add_assign</a>(&amp;mut self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, add: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the fused multiply-add operation.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#886">source</a><a href="#impl-MulAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; MulAssign&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#886">source</a><a href="#method.mul_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#886">source</a><a href="#impl-MulAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; MulAssign&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#886">source</a><a href="#method.mul_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: &amp;T)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#776">source</a><a href="#impl-MulAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; MulAssign&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#777">source</a><a href="#method.mul_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#846">source</a><a href="#impl-MulAssign%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; MulAssign&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#847">source</a><a href="#method.mul_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: T)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Neg-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#900">source</a><a href="#impl-Neg-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Neg for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-2" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.neg" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#904">source</a><a href="#method.neg" class="anchor"></a><h4 class="code-header">fn <a class="fnname">neg</a>(self) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Neg&gt;::Output</h4></section></summary><div class='docblock'>Performs the unary <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Neg-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#891">source</a><a href="#impl-Neg-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Neg for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-3" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.neg-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#895">source</a><a href="#method.neg-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">neg</a>(self) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Neg&gt;::Output</h4></section></summary><div class='docblock'>Performs the unary <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Num-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1366">source</a><a href="#impl-Num-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_str_radix" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1370">source</a><a href="#method.from_str_radix" class="anchor"></a><h4 class="code-header">fn <a href="trait.Num.html#tymethod.from_str_radix" class="fnname">from_str_radix</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;s: &amp;str,<br>&nbsp;&nbsp;&nbsp;&nbsp;radix: u32<br>) -&gt; Result&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;, &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>&gt;::<a class="associatedtype" href="trait.Num.html#associatedtype.FromStrRadixErr" title="type num::Num::FromStrRadixErr">FromStrRadixErr</a>&gt;</h4></section></summary><div class="docblock"><p>Parses <code>a +/- bi</code>; <code>ai +/- b</code>; <code>a</code>; or <code>bi</code> where <code>a</code> and <code>b</code> are of type <code>T</code></p>
</div></details><section id="associatedtype.FromStrRadixErr" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.FromStrRadixErr" class="anchor"></a><h4 class="code-header">type <a href="trait.Num.html#associatedtype.FromStrRadixErr" class="associatedtype">FromStrRadixErr</a> = <a class="struct" href="complex/struct.ParseComplexError.html" title="struct num::complex::ParseComplexError">ParseComplexError</a>&lt;&lt;T as <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>&gt;::<a class="associatedtype" href="trait.Num.html#associatedtype.FromStrRadixErr" title="type num::Num::FromStrRadixErr">FromStrRadixErr</a>&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-NumCast-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#64">source</a><a href="#impl-NumCast-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.NumCast.html" title="trait num::NumCast">NumCast</a> for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.NumCast.html" title="trait num::NumCast">NumCast</a> + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#65">source</a><a href="#method.from-2" class="anchor"></a><h4 class="code-header">fn <a href="trait.NumCast.html#tymethod.from" class="fnname">from</a>&lt;U&gt;(n: U) -&gt; Option&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="trait.ToPrimitive.html" title="trait num::ToPrimitive">ToPrimitive</a>,</span></h4></section></summary><div class='docblock'>Creates a number from another value that can be converted into
a primitive via the <code>ToPrimitive</code> trait. If the source value cannot be
represented by the target type, then <code>None</code> is returned. <a href="trait.NumCast.html#tymethod.from">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Octal-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1259">source</a><a href="#impl-Octal-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Octal for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Octal + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + PartialOrd&lt;T&gt; + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1263">source</a><a href="#method.fmt-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-One-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1105">source</a><a href="#impl-One-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.One.html" title="trait num::One">One</a> for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1107">source</a><a href="#method.one" class="anchor"></a><h4 class="code-header">fn <a href="trait.One.html#tymethod.one" class="fnname">one</a>() -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns the multiplicative identity element of <code>Self</code>, <code>1</code>. <a href="trait.One.html#tymethod.one">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1112">source</a><a href="#method.is_one" class="anchor"></a><h4 class="code-header">fn <a href="trait.One.html#method.is_one" class="fnname">is_one</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>Returns <code>true</code> if <code>self</code> is equal to the multiplicative identity. <a href="trait.One.html#method.is_one">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1117">source</a><a href="#method.set_one" class="anchor"></a><h4 class="code-header">fn <a href="trait.One.html#method.set_one" class="fnname">set_one</a>(&amp;mut self)</h4></section></summary><div class='docblock'>Sets <code>self</code> to the multiplicative identity element of <code>Self</code>, <code>1</code>.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-PartialEq%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; PartialEq&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: PartialEq&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#method.eq" class="anchor"></a><h4 class="code-header">fn <a class="fnname">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; bool</h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.ne" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">ne</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#159">source</a><a href="#impl-Pow%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-53" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-53" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#163">source</a><a href="#method.pow-25" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#179">source</a><a href="#impl-Pow%3C%26%27b%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-59" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-59" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#183">source</a><a href="#method.pow-31" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20f32%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#impl-Pow%3C%26%27b%20f32%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f32&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f32: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-32" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-32" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#method.pow-4" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, &amp;f32) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20f32%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#impl-Pow%3C%26%27b%20f32%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f32&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f32: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-34" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-34" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#method.pow-6" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, &amp;f32) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20f64%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#impl-Pow%3C%26%27b%20f64%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f64&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f64: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-39" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-39" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#method.pow-11" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, &amp;f64) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20f64%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#impl-Pow%3C%26%27b%20f64%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f64&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f64: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-28" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-28" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#method.pow" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, &amp;f64) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b f64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20i128%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#impl-Pow%3C%26%27b%20i128%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-40" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-40" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#method.pow-12" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;i128) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i128&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20i16%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#impl-Pow%3C%26%27b%20i16%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-42" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-42" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#method.pow-14" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;i16) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i16&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20i32%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#impl-Pow%3C%26%27b%20i32%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-37" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-37" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#method.pow-9" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;i32) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20i64%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#impl-Pow%3C%26%27b%20i64%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-50" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-50" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#method.pow-22" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;i64) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20i8%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#impl-Pow%3C%26%27b%20i8%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-57" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-57" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#method.pow-29" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;i8) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b i8&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20isize%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#impl-Pow%3C%26%27b%20isize%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-29" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-29" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#method.pow-1" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;isize) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b isize&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-55" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-55" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#method.pow-27" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u128) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u128&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-58" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-58" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#method.pow-30" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u16) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u16&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-35" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-35" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#method.pow-7" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u32) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-33" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-33" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#method.pow-5" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u64) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-47" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-47" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#method.pow-19" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;u8) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b u8&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-30" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-30" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#method.pow-2" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: &amp;usize) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;&amp;'b usize&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#149">source</a><a href="#impl-Pow%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-48" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-48" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#153">source</a><a href="#method.pow-20" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#169">source</a><a href="#impl-Pow%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-60" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-60" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#173">source</a><a href="#method.pow-32" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cf32%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#impl-Pow%3Cf32%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f32&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f32: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-46" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-46" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#method.pow-18" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: f32) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cf32%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#impl-Pow%3Cf32%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f32&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f32: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-56" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-56" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#142">source</a><a href="#method.pow-28" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: f32) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cf64%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#impl-Pow%3Cf64%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f64&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f64: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-49" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-49" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#method.pow-21" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: f64) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cf64%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#impl-Pow%3Cf64%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f64&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Float.html" title="trait num::Float">Float</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;f64: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-36" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-36" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#143">source</a><a href="#method.pow-8" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: f64) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;f64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Ci128%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#impl-Pow%3Ci128%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i128&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-51" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-51" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#method.pow-23" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: i128) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i128&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Ci16%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#impl-Pow%3Ci16%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i16&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-54" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-54" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#method.pow-26" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: i16) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i16&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Ci32%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#impl-Pow%3Ci32%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i32&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-31" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-31" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#method.pow-3" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: i32) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Ci64%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#impl-Pow%3Ci64%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i64&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-41" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-41" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#method.pow-13" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: i64) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Ci8%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#impl-Pow%3Ci8%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i8&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-52" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-52" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#method.pow-24" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: i8) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;i8&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cisize%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#impl-Pow%3Cisize%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;isize&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Neg&lt;Output = T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-38" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-38" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#method.pow-10" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: isize) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;isize&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu128%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#impl-Pow%3Cu128%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u128&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-62" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-62" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#79">source</a><a href="#method.pow-34" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u128) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u128&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu16%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#impl-Pow%3Cu16%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u16&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-63" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-63" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#75">source</a><a href="#method.pow-35" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u16) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u16&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu32%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#impl-Pow%3Cu32%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u32&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-61" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-61" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#76">source</a><a href="#method.pow-33" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u32) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u32&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu64%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#impl-Pow%3Cu64%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u64&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-45" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-45" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#77">source</a><a href="#method.pow-17" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u64) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u64&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu8%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#impl-Pow%3Cu8%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u8&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-43" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-43" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#74">source</a><a href="#method.pow-15" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: u8) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;u8&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cusize%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#impl-Pow%3Cusize%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;usize&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-44" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-44" class="anchor"></a><h4 class="code-header">type <a href="pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/pow.rs.html#78">source</a><a href="#method.pow-16" class="anchor"></a><h4 class="code-header">fn <a href="pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, exp: usize) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as <a class="trait" href="pow/trait.Pow.html" title="trait num::pow::Pow">Pow</a>&lt;usize&gt;&gt;::<a class="associatedtype" href="pow/trait.Pow.html#associatedtype.Output" title="type num::pow::Pow::Output">Output</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Product%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1404">source</a><a href="#impl-Product%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Product&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'a + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.product" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1405-1407">source</a><a href="#method.product" class="anchor"></a><h4 class="code-header">fn <a class="fnname">product</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
multiplying the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Product%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1395">source</a><a href="#impl-Product%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Product&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.product-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1396-1398">source</a><a href="#method.product-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">product</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
multiplying the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#732">source</a><a href="#impl-Rem%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Rem&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-23" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-23" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#732">source</a><a href="#method.rem-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Rem%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Rem&lt;&amp;'a T&gt; for &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-24" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-24" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.rem-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;T) -&gt; &lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Rem%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Rem&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-26" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-26" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.rem-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#732">source</a><a href="#impl-Rem%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Rem&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-20" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-20" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#732">source</a><a href="#method.rem" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<br>) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#732">source</a><a href="#impl-Rem%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Rem&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-27" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-27" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#732">source</a><a href="#method.rem-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#742">source</a><a href="#impl-Rem%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Rem&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-21" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-21" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#746">source</a><a href="#method.rem-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, modulus: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Rem%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Rem&lt;T&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-22" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-22" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.rem-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: T) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1075">source</a><a href="#impl-Rem%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Rem&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-25" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-25" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1079">source</a><a href="#method.rem-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Rem&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#888">source</a><a href="#impl-RemAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; RemAssign&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#888">source</a><a href="#method.rem_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#888">source</a><a href="#impl-RemAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; RemAssign&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#888">source</a><a href="#method.rem_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: &amp;T)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#827">source</a><a href="#impl-RemAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; RemAssign&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#828">source</a><a href="#method.rem_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, modulus: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#860">source</a><a href="#impl-RemAssign%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; RemAssign&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#861">source</a><a href="#method.rem_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: T)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#669">source</a><a href="#impl-Sub%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Sub&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-14" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-14" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#669">source</a><a href="#method.sub-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Sub%3C%26%27a%20T%3E-for-%26%27b%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Sub&lt;&amp;'a T&gt; for &amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-13" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-13" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.sub-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;T) -&gt; &lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Sub%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Sub&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-15" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-15" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.sub-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;&amp;'a T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#669">source</a><a href="#impl-Sub%3C%26%27b%20Complex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b, T&gt; Sub&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-18" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-18" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#669">source</a><a href="#method.sub-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<br>) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;&amp;'b <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#669">source</a><a href="#impl-Sub%3CComplex%3CT%3E%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Sub&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-12" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-12" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#669">source</a><a href="#method.sub" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#672">source</a><a href="#impl-Sub%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Sub&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-16" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-16" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#676">source</a><a href="#method.sub-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#impl-Sub%3CT%3E-for-%26%27a%20Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Sub&lt;T&gt; for &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-17" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-17" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1084">source</a><a href="#method.sub-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: T) -&gt; &lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1048">source</a><a href="#impl-Sub%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Sub&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-19" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-19" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1052">source</a><a href="#method.sub-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: T) -&gt; &lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt; as Sub&lt;T&gt;&gt;::Output</h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#885">source</a><a href="#impl-SubAssign%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; SubAssign&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#885">source</a><a href="#method.sub_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#885">source</a><a href="#impl-SubAssign%3C%26%27a%20T%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; SubAssign&lt;&amp;'a T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#885">source</a><a href="#method.sub_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: &amp;T)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#768">source</a><a href="#impl-SubAssign%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; SubAssign&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#769">source</a><a href="#method.sub_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#840">source</a><a href="#impl-SubAssign%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; SubAssign&lt;T&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#841">source</a><a href="#method.sub_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: T)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sum%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1386">source</a><a href="#impl-Sum%3C%26%27a%20Complex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;'a, T&gt; Sum&lt;&amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'a + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sum-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1387-1389">source</a><a href="#method.sum-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sum</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = &amp;'a <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
“summing up” the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sum%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1377">source</a><a href="#impl-Sum%3CComplex%3CT%3E%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Sum&lt;<a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sum" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1378-1380">source</a><a href="#method.sum" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sum</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
“summing up” the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ToPrimitive-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#18">source</a><a href="#impl-ToPrimitive-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.ToPrimitive.html" title="trait num::ToPrimitive">ToPrimitive</a> for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.ToPrimitive.html" title="trait num::ToPrimitive">ToPrimitive</a> + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_usize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#19">source</a><a href="#method.to_usize" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_usize" class="fnname">to_usize</a>(&amp;self) -&gt; Option&lt;usize&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>usize</code>. If the value cannot be
represented by a <code>usize</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_usize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_isize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#20">source</a><a href="#method.to_isize" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_isize" class="fnname">to_isize</a>(&amp;self) -&gt; Option&lt;isize&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>isize</code>. If the value cannot be
represented by an <code>isize</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_isize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#21">source</a><a href="#method.to_u8" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u8" class="fnname">to_u8</a>(&amp;self) -&gt; Option&lt;u8&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u8</code>. If the value cannot be
represented by a <code>u8</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#22">source</a><a href="#method.to_u16" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u16" class="fnname">to_u16</a>(&amp;self) -&gt; Option&lt;u16&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u16</code>. If the value cannot be
represented by a <code>u16</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#23">source</a><a href="#method.to_u32" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u32" class="fnname">to_u32</a>(&amp;self) -&gt; Option&lt;u32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u32</code>. If the value cannot be
represented by a <code>u32</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#24">source</a><a href="#method.to_u64" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#tymethod.to_u64" class="fnname">to_u64</a>(&amp;self) -&gt; Option&lt;u64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u64</code>. If the value cannot be
represented by a <code>u64</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#tymethod.to_u64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#25">source</a><a href="#method.to_i8" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i8" class="fnname">to_i8</a>(&amp;self) -&gt; Option&lt;i8&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i8</code>. If the value cannot be
represented by an <code>i8</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#26">source</a><a href="#method.to_i16" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i16" class="fnname">to_i16</a>(&amp;self) -&gt; Option&lt;i16&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i16</code>. If the value cannot be
represented by an <code>i16</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#27">source</a><a href="#method.to_i32" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i32" class="fnname">to_i32</a>(&amp;self) -&gt; Option&lt;i32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i32</code>. If the value cannot be
represented by an <code>i32</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#28">source</a><a href="#method.to_i64" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#tymethod.to_i64" class="fnname">to_i64</a>(&amp;self) -&gt; Option&lt;i64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i64</code>. If the value cannot be
represented by an <code>i64</code>, then <code>None</code> is returned. <a href="trait.ToPrimitive.html#tymethod.to_i64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#29">source</a><a href="#method.to_u128" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_u128" class="fnname">to_u128</a>(&amp;self) -&gt; Option&lt;u128&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u128</code>. If the value cannot be
represented by a <code>u128</code> (<code>u64</code> under the default implementation), then
<code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_u128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#30">source</a><a href="#method.to_i128" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_i128" class="fnname">to_i128</a>(&amp;self) -&gt; Option&lt;i128&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i128</code>. If the value cannot be
represented by an <code>i128</code> (<code>i64</code> under the default implementation), then
<code>None</code> is returned. <a href="trait.ToPrimitive.html#method.to_i128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_f32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#31">source</a><a href="#method.to_f32" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_f32" class="fnname">to_f32</a>(&amp;self) -&gt; Option&lt;f32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>f32</code>. Overflows may map to positive
or negative inifinity, otherwise <code>None</code> is returned if the value cannot
be represented by an <code>f32</code>. <a href="trait.ToPrimitive.html#method.to_f32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_f64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/cast.rs.html#32">source</a><a href="#method.to_f64" class="anchor"></a><h4 class="code-header">fn <a href="trait.ToPrimitive.html#method.to_f64" class="fnname">to_f64</a>(&amp;self) -&gt; Option&lt;f64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>f64</code>. Overflows may map to positive
or negative inifinity, otherwise <code>None</code> is returned if the value cannot
be represented by an <code>f64</code>. <a href="trait.ToPrimitive.html#method.to_f64">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-UpperExp-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1232">source</a><a href="#impl-UpperExp-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; UpperExp for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: UpperExp + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + PartialOrd&lt;T&gt; + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1236">source</a><a href="#method.fmt-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-UpperHex-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1250">source</a><a href="#impl-UpperHex-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; UpperHex for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: UpperHex + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + PartialOrd&lt;T&gt; + Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1254">source</a><a href="#method.fmt-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Zero-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1087">source</a><a href="#impl-Zero-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Zero.html" title="trait num::Zero">Zero</a> for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone + <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1089">source</a><a href="#method.zero" class="anchor"></a><h4 class="code-header">fn <a href="trait.Zero.html#tymethod.zero" class="fnname">zero</a>() -&gt; <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h4></section></summary><div class='docblock'>Returns the additive identity element of <code>Self</code>, <code>0</code>. <a href="trait.Zero.html#tymethod.zero">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1094">source</a><a href="#method.is_zero" class="anchor"></a><h4 class="code-header">fn <a href="trait.Zero.html#tymethod.is_zero" class="fnname">is_zero</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>Returns <code>true</code> if <code>self</code> is equal to the additive identity.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#1099">source</a><a href="#method.set_zero" class="anchor"></a><h4 class="code-header">fn <a href="trait.Zero.html#method.set_zero" class="fnname">set_zero</a>(&amp;mut self)</h4></section></summary><div class='docblock'>Sets <code>self</code> to the additive identity element of <code>Self</code>, <code>0</code>.</div></details></div></details><section id="impl-Copy-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-Copy-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Copy for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Copy,</span></h3></section><section id="impl-Eq-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-Eq-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Eq for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Eq,</span></h3></section><section id="impl-StructuralEq-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-StructuralEq-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; StructuralEq for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h3></section><section id="impl-StructuralPartialEq-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_complex/lib.rs.html#75">source</a><a href="#impl-StructuralPartialEq-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; StructuralPartialEq for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;</h3></section></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"><section id="impl-RefUnwindSafe-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-RefUnwindSafe-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; RefUnwindSafe for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: RefUnwindSafe,</span></h3></section><section id="impl-Send-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-Send-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Send for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Send,</span></h3></section><section id="impl-Sync-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-Sync-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Sync for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Sync,</span></h3></section><section id="impl-Unpin-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-Unpin-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Unpin for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Unpin,</span></h3></section><section id="impl-UnwindSafe-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-UnwindSafe-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; UnwindSafe for <a class="struct" href="struct.Complex.html" title="struct num::Complex">Complex</a>&lt;T&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: UnwindSafe,</span></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Any-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-Any-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Any for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl has-srclink"><a href="#method.type_id" class="anchor"></a><h4 class="code-header">fn <a class="fnname">type_id</a>(&amp;self) -&gt; TypeId</h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-Borrow%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Borrow&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow</a>(&amp;self) -&gt; &amp;T</h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-BorrowMut%3CT%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; BorrowMut&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow_mut" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow_mut</a>(&amp;mut self) -&gt; &amp;mut T</h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-Complex%3CT%3E-1" class="impl has-srclink"><a href="#impl-From%3CT%3E-for-Complex%3CT%3E-1" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; From&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-3" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.from-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-Into%3CU%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; Into&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: From&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code>[From]&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToOwned-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-ToOwned-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; ToOwned for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Owned" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl has-srclink"><a href="#method.to_owned" class="anchor"></a><h4 class="code-header">fn <a class="fnname">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl has-srclink"><a href="#method.clone_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone_into</a>(&amp;self, target: &amp;mut T)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToString-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-ToString-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; ToString for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display + ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_string" class="method trait-impl has-srclink"><a href="#method.to_string" class="anchor"></a><h4 class="code-header">default fn <a class="fnname">to_string</a>(&amp;self) -&gt; String</h4></section></summary><div class='docblock'>Converts the given value to a <code>String</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-TryFrom%3CU%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryFrom&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = Infallible</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_from</a>(value: U) -&gt; Result&lt;T, &lt;T as TryFrom&lt;U&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-Complex%3CT%3E" class="impl has-srclink"><a href="#impl-TryInto%3CU%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryInto&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: TryFrom&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = &lt;U as TryFrom&lt;T&gt;&gt;::Error</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_into</a>(self) -&gt; Result&lt;U, &lt;U as TryFrom&lt;T&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><section id="impl-NumAssign-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#153">source</a><a href="#impl-NumAssign-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a> for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + <a class="trait" href="traits/trait.NumAssignOps.html" title="trait num::traits::NumAssignOps">NumAssignOps</a>&lt;T&gt;,</span></h3></section><section id="impl-NumAssignOps%3CRhs%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#144">source</a><a href="#impl-NumAssignOps%3CRhs%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T, Rhs&gt; <a class="trait" href="traits/trait.NumAssignOps.html" title="trait num::traits::NumAssignOps">NumAssignOps</a>&lt;Rhs&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: AddAssign&lt;Rhs&gt; + SubAssign&lt;Rhs&gt; + MulAssign&lt;Rhs&gt; + DivAssign&lt;Rhs&gt; + RemAssign&lt;Rhs&gt;,</span></h3></section><section id="impl-NumAssignRef-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#160">source</a><a href="#impl-NumAssignRef-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.NumAssignRef.html" title="trait num::traits::NumAssignRef">NumAssignRef</a> for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="traits/trait.NumAssign.html" title="trait num::traits::NumAssign">NumAssign</a> + for&lt;'r&gt; <a class="trait" href="traits/trait.NumAssignOps.html" title="trait num::traits::NumAssignOps">NumAssignOps</a>&lt;&amp;'r T&gt;,</span></h3></section><section id="impl-NumOps%3CRhs%2C%20Output%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#111">source</a><a href="#impl-NumOps%3CRhs%2C%20Output%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T, Rhs, Output&gt; <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;Rhs, Output&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Mul&lt;Rhs, Output = Output&gt; + Div&lt;Rhs, Output = Output&gt; + Rem&lt;Rhs, Output = Output&gt; + Add&lt;Rhs, Output = Output&gt; + Sub&lt;Rhs, Output = Output&gt;,</span></h3></section><section id="impl-NumRef-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#125">source</a><a href="#impl-NumRef-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="traits/trait.NumRef.html" title="trait num::traits::NumRef">NumRef</a> for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="trait.Num.html" title="trait num::Num">Num</a> + for&lt;'r&gt; <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;&amp;'r T, T&gt;,</span></h3></section><section id="impl-RefNum%3CBase%3E-for-Complex%3CT%3E" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#134">source</a><a href="#impl-RefNum%3CBase%3E-for-Complex%3CT%3E" class="anchor"></a><h3 class="code-header">impl&lt;T, Base&gt; <a class="trait" href="traits/trait.RefNum.html" title="trait num::traits::RefNum">RefNum</a>&lt;Base&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;Base, Base&gt; + for&lt;'r&gt; <a class="trait" href="traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a>&lt;&amp;'r Base, Base&gt;,</span></h3></section></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="num" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>