<!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="Lane-wise generalisation of `ComplexField` for SIMD complex fields."><meta name="keywords" content="rust, rustlang, rust-lang, SimdComplexField"><title>SimdComplexField in simba::simd - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-1f7d512b176f0f72.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-124a1ca42af929b6.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-6827029ac823cab7.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../static.files/light-ebce58d0a40c3431.css"><link rel="stylesheet" disabled href="../../static.files/dark-f23faae4a2daf9a6.css"><link rel="stylesheet" disabled href="../../static.files/ayu-8af5e100b21cd173.css"><script id="default-settings" ></script><script src="../../static.files/storage-d43fa987303ecbbb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-c55e1eb52e1886b4.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[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">☰</button><a class="sidebar-logo" href="../../simba/index.html"><div class="logo-container"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../simba/index.html"><div class="logo-container"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></div></a><h2 class="location"><a href="#">SimdComplexField</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.SimdRealField">SimdRealField</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.from_simd_real">from_simd_real</a></li><li><a href="#tymethod.simd_abs">simd_abs</a></li><li><a href="#tymethod.simd_acos">simd_acos</a></li><li><a href="#tymethod.simd_acosh">simd_acosh</a></li><li><a href="#tymethod.simd_argument">simd_argument</a></li><li><a href="#tymethod.simd_asin">simd_asin</a></li><li><a href="#tymethod.simd_asinh">simd_asinh</a></li><li><a href="#tymethod.simd_atan">simd_atan</a></li><li><a href="#tymethod.simd_atanh">simd_atanh</a></li><li><a href="#tymethod.simd_cbrt">simd_cbrt</a></li><li><a href="#tymethod.simd_ceil">simd_ceil</a></li><li><a href="#tymethod.simd_conjugate">simd_conjugate</a></li><li><a href="#tymethod.simd_cos">simd_cos</a></li><li><a href="#tymethod.simd_cosh">simd_cosh</a></li><li><a href="#tymethod.simd_exp">simd_exp</a></li><li><a href="#tymethod.simd_exp2">simd_exp2</a></li><li><a href="#tymethod.simd_exp_m1">simd_exp_m1</a></li><li><a href="#tymethod.simd_floor">simd_floor</a></li><li><a href="#tymethod.simd_fract">simd_fract</a></li><li><a href="#tymethod.simd_horizontal_product">simd_horizontal_product</a></li><li><a href="#tymethod.simd_horizontal_sum">simd_horizontal_sum</a></li><li><a href="#tymethod.simd_hypot">simd_hypot</a></li><li><a href="#tymethod.simd_imaginary">simd_imaginary</a></li><li><a href="#tymethod.simd_ln">simd_ln</a></li><li><a href="#tymethod.simd_ln_1p">simd_ln_1p</a></li><li><a href="#tymethod.simd_log">simd_log</a></li><li><a href="#tymethod.simd_log10">simd_log10</a></li><li><a href="#tymethod.simd_log2">simd_log2</a></li><li><a href="#tymethod.simd_modulus">simd_modulus</a></li><li><a href="#tymethod.simd_modulus_squared">simd_modulus_squared</a></li><li><a href="#tymethod.simd_mul_add">simd_mul_add</a></li><li><a href="#tymethod.simd_norm1">simd_norm1</a></li><li><a href="#tymethod.simd_powc">simd_powc</a></li><li><a href="#tymethod.simd_powf">simd_powf</a></li><li><a href="#tymethod.simd_powi">simd_powi</a></li><li><a href="#tymethod.simd_real">simd_real</a></li><li><a href="#tymethod.simd_recip">simd_recip</a></li><li><a href="#tymethod.simd_round">simd_round</a></li><li><a href="#tymethod.simd_scale">simd_scale</a></li><li><a href="#tymethod.simd_sin">simd_sin</a></li><li><a href="#tymethod.simd_sin_cos">simd_sin_cos</a></li><li><a href="#tymethod.simd_sinh">simd_sinh</a></li><li><a href="#tymethod.simd_sqrt">simd_sqrt</a></li><li><a href="#tymethod.simd_tan">simd_tan</a></li><li><a href="#tymethod.simd_tanh">simd_tanh</a></li><li><a href="#tymethod.simd_trunc">simd_trunc</a></li><li><a href="#tymethod.simd_unscale">simd_unscale</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.simd_cosc">simd_cosc</a></li><li><a href="#method.simd_coshc">simd_coshc</a></li><li><a href="#method.simd_signum">simd_signum</a></li><li><a href="#method.simd_sinc">simd_sinc</a></li><li><a href="#method.simd_sinh_cosh">simd_sinh_cosh</a></li><li><a href="#method.simd_sinhc">simd_sinhc</a></li><li><a href="#method.simd_to_exp">simd_to_exp</a></li><li><a href="#method.simd_to_polar">simd_to_polar</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%2016%5D%3E%3E">Complex<AutoSimd<[f32; 16]>></a></li><li><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%202%5D%3E%3E">Complex<AutoSimd<[f32; 2]>></a></li><li><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%204%5D%3E%3E">Complex<AutoSimd<[f32; 4]>></a></li><li><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%208%5D%3E%3E">Complex<AutoSimd<[f32; 8]>></a></li><li><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%202%5D%3E%3E">Complex<AutoSimd<[f64; 2]>></a></li><li><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%204%5D%3E%3E">Complex<AutoSimd<[f64; 4]>></a></li><li><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%208%5D%3E%3E">Complex<AutoSimd<[f64; 8]>></a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In simba::simd</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" 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="../../static.files/wheel-5ec35bf9ca753509.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Trait <a href="../index.html">simba</a>::<wbr><a href="index.html">simd</a>::<wbr><a class="trait" href="#">SimdComplexField</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/simba/simd/simd_complex.rs.html#14-40">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><div class="item-decl"><pre class="rust trait"><code>pub trait SimdComplexField: <a class="trait" href="../scalar/trait.SubsetOf.html" title="trait simba::scalar::SubsetOf">SubsetOf</a><Self> + <a class="trait" href="../scalar/trait.SupersetOf.html" title="trait simba::scalar::SupersetOf">SupersetOf</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>> + <a class="trait" href="../scalar/trait.Field.html" title="trait simba::scalar::Field">Field</a> + <a class="trait" href="https://doc.rust-lang.org/1.67.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="https://doc.rust-lang.org/1.67.1/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a><Output = Self> + <a class="trait" href="https://doc.rust-lang.org/1.67.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.67.1/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.67.1/core/any/trait.Any.html" title="trait core::any::Any">Any</a> + 'static + <a class="trait" href="https://doc.rust-lang.org/1.67.1/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> + <a class="trait" href="../../num_traits/trait.NumAssignOps.html" title="trait num_traits::NumAssignOps">NumAssignOps</a> + <a class="trait" href="../../num_traits/trait.NumOps.html" title="trait num_traits::NumOps">NumOps</a> + <a class="trait" href="https://doc.rust-lang.org/1.67.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> {
type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a>: <a class="trait" href="trait.SimdRealField.html" title="trait simba::simd::SimdRealField">SimdRealField</a><SimdBool = <Self as <a class="trait" href="trait.SimdValue.html" title="trait simba::simd::SimdValue">SimdValue</a>>::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.SimdBool" title="type simba::simd::SimdValue::SimdBool">SimdBool</a>>;
<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show 55 methods</span></summary> fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, other: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, n: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, n: Self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a>;
fn <a href="#method.simd_to_polar" class="fn">simd_to_polar</a>(self) -> (Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>, Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) { ... }
<span class="item-spacer"></span> fn <a href="#method.simd_to_exp" class="fn">simd_to_exp</a>(self) -> (Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>, Self) { ... }
<span class="item-spacer"></span> fn <a href="#method.simd_signum" class="fn">simd_signum</a>(self) -> Self { ... }
<span class="item-spacer"></span> fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a> { ... }
<span class="item-spacer"></span> fn <a href="#method.simd_sinc" class="fn">simd_sinc</a>(self) -> Self { ... }
<span class="item-spacer"></span> fn <a href="#method.simd_sinhc" class="fn">simd_sinhc</a>(self) -> Self { ... }
<span class="item-spacer"></span> fn <a href="#method.simd_cosc" class="fn">simd_cosc</a>(self) -> Self { ... }
<span class="item-spacer"></span> fn <a href="#method.simd_coshc" class="fn">simd_coshc</a>(self) -> Self { ... }
</details>}</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Lane-wise generalisation of <code>ComplexField</code> for SIMD complex fields.</p>
<p>Each lane of an SIMD complex field should contain one complex field.</p>
</div></details><h2 id="required-associated-types" class="small-section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="rustdoc-toggle method-toggle" open><summary><section id="associatedtype.SimdRealField" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#32">source</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a>: <a class="trait" href="trait.SimdRealField.html" title="trait simba::simd::SimdRealField">SimdRealField</a><SimdBool = <Self as <a class="trait" href="trait.SimdValue.html" title="trait simba::simd::SimdValue">SimdValue</a>>::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.SimdBool" title="type simba::simd::SimdValue::SimdBool">SimdBool</a>></h4></section></summary><div class="docblock"><p>Type of the coefficients of a complex number.</p>
</div></details></div><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.from_simd_real" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section></summary><div class="docblock"><p>Builds a pure-real complex number from the given value.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_real" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>The real part of this complex number.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_imaginary" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>The imaginary part of this complex number.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_modulus" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>The modulus of this complex number.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_modulus_squared" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>The squared modulus of this complex number.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_argument" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>The argument of this complex number.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_norm1" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>The sum of the absolute value of this complex number’s real and imaginary part.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_scale" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section></summary><div class="docblock"><p>Multiplies this complex number by <code>factor</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_unscale" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section></summary><div class="docblock"><p>Divides this complex number by <code>factor</code>.</p>
</div></details><section id="tymethod.simd_floor" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="tymethod.simd_ceil" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="tymethod.simd_round" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="tymethod.simd_trunc" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="tymethod.simd_fract" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="tymethod.simd_mul_add" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_abs" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>The absolute value of this complex number: <code>self / self.signum()</code>.</p>
<p>This is equivalent to <code>self.modulus()</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_hypot" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, other: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section></summary><div class="docblock"><p>Computes (self.conjugate() * self + other.conjugate() * other).sqrt()</p>
</div></details><section id="tymethod.simd_recip" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="tymethod.simd_conjugate" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="tymethod.simd_sin" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</h4></section><section id="tymethod.simd_cos" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</h4></section><section id="tymethod.simd_sin_cos" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="tymethod.simd_tan" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</h4></section><section id="tymethod.simd_asin" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</h4></section><section id="tymethod.simd_acos" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</h4></section><section id="tymethod.simd_atan" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</h4></section><section id="tymethod.simd_sinh" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</h4></section><section id="tymethod.simd_cosh" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</h4></section><section id="tymethod.simd_tanh" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</h4></section><section id="tymethod.simd_asinh" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</h4></section><section id="tymethod.simd_acosh" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</h4></section><section id="tymethod.simd_atanh" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</h4></section><section id="tymethod.simd_log" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="tymethod.simd_log2" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="tymethod.simd_log10" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="tymethod.simd_ln" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</h4></section><section id="tymethod.simd_ln_1p" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="tymethod.simd_sqrt" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</h4></section><section id="tymethod.simd_exp" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</h4></section><section id="tymethod.simd_exp2" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="tymethod.simd_exp_m1" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="tymethod.simd_powi" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="tymethod.simd_powf" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, n: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="tymethod.simd_powc" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, n: Self) -> Self</h4></section><section id="tymethod.simd_cbrt" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_horizontal_sum" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#36">source</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section></summary><div class="docblock"><p>Computes the sum of all the lanes of <code>self</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.simd_horizontal_product" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#39">source</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section></summary><div class="docblock"><p>Computes the product of all the lanes of <code>self</code>.</p>
</div></details></div><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_to_polar" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_to_polar" class="fn">simd_to_polar</a>(self) -> (Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>, Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>)</h4></section></summary><div class="docblock"><p>The polar form of this complex number: (modulus, arg)</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_to_exp" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_to_exp" class="fn">simd_to_exp</a>(self) -> (Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>, Self)</h4></section></summary><div class="docblock"><p>The exponential form of this complex number: (modulus, e^{i arg})</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_signum" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_signum" class="fn">simd_signum</a>(self) -> Self</h4></section></summary><div class="docblock"><p>The exponential part of this complex number: <code>self / self.modulus()</code></p>
</div></details><section id="method.simd_sinh_cosh" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_sinc" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_sinc" class="fn">simd_sinc</a>(self) -> Self</h4></section></summary><div class="docblock"><p>Cardinal sine</p>
</div></details><section id="method.simd_sinhc" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_sinhc" class="fn">simd_sinhc</a>(self) -> Self</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_cosc" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_cosc" class="fn">simd_cosc</a>(self) -> Self</h4></section></summary><div class="docblock"><p>Cardinal cos</p>
</div></details><section id="method.simd_coshc" class="method has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#33">source</a><h4 class="code-header">fn <a href="#method.simd_coshc" class="fn">simd_coshc</a>(self) -> Self</h4></section></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%202%5D%3E%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%202%5D%3E%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a><<a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]>></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_exp" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</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.simd_ln" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</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.simd_sqrt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sqrt" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</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.simd_powf" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powf" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, exp: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</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.simd_log" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]>) -> Self</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.simd_powc" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powc" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, exp: Self) -> Self</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.simd_sin" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</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.simd_cos" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cos" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</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.simd_tan" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tan" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</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.simd_asin" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asin" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</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.simd_acos" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acos" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</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.simd_atan" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atan" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</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.simd_sinh" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</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.simd_cosh" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cosh" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</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.simd_tanh" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tanh" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</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.simd_asinh" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asinh" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</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.simd_acosh" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acosh" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</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)) < ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_atanh" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atanh" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</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><section id="associatedtype.SimdRealField-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]></h4></section><section id="method.simd_horizontal_sum" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_sum" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.simd_horizontal_product" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_product" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.from_simd_real" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.from_simd_real" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_real" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_real" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_imaginary" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_imaginary" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_argument" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_argument" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus_squared" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus_squared" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_norm1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_norm1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_recip" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_recip" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="method.simd_conjugate" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_conjugate" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="method.simd_scale" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_scale" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_unscale" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_unscale" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_floor" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="method.simd_ceil" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ceil" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="method.simd_round" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_round" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="method.simd_trunc" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_trunc" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="method.simd_fract" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_fract" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="method.simd_mul_add" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_mul_add" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><section id="method.simd_abs" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_abs" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_exp2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="method.simd_exp_m1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp_m1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="method.simd_ln_1p" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln_1p" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="method.simd_log2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="method.simd_log10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="method.simd_cbrt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cbrt" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><section id="method.simd_powi" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powi" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.simd_hypot" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_hypot" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, b: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_sin_cos" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin_cos" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="method.simd_sinh_cosh-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh_cosh-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%204%5D%3E%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%204%5D%3E%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a><<a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]>></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_exp-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</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.simd_ln-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</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.simd_sqrt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sqrt-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</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.simd_powf-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powf-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, exp: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</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.simd_log-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]>) -> Self</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.simd_powc-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powc-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, exp: Self) -> Self</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.simd_sin-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</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.simd_cos-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cos-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</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.simd_tan-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tan-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</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.simd_asin-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asin-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</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.simd_acos-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acos-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</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.simd_atan-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atan-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</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.simd_sinh-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</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.simd_cosh-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cosh-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</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.simd_tanh-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tanh-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</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.simd_asinh-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asinh-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</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.simd_acosh-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acosh-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</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)) < ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_atanh-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atanh-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</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><section id="associatedtype.SimdRealField-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]></h4></section><section id="method.simd_horizontal_sum-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_sum-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.simd_horizontal_product-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_product-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.from_simd_real-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.from_simd_real-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_real-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_real-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_imaginary-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_imaginary-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_argument-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_argument-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus_squared-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus_squared-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_norm1-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_norm1-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_recip-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_recip-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="method.simd_conjugate-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_conjugate-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="method.simd_scale-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_scale-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_unscale-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_unscale-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_floor-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_floor-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="method.simd_ceil-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ceil-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="method.simd_round-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_round-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="method.simd_trunc-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_trunc-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="method.simd_fract-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_fract-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="method.simd_mul_add-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_mul_add-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><section id="method.simd_abs-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_abs-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_exp2-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp2-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="method.simd_exp_m1-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp_m1-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="method.simd_ln_1p-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln_1p-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="method.simd_log2-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log2-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="method.simd_log10-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log10-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="method.simd_cbrt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cbrt-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><section id="method.simd_powi-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powi-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.simd_hypot-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_hypot-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, b: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_sin_cos-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin_cos-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="method.simd_sinh_cosh-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh_cosh-2" class="anchor">§</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%208%5D%3E%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%208%5D%3E%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a><<a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]>></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_exp-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</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.simd_ln-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</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.simd_sqrt-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sqrt-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</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.simd_powf-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powf-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, exp: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</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.simd_log-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]>) -> Self</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.simd_powc-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powc-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, exp: Self) -> Self</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.simd_sin-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</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.simd_cos-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cos-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</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.simd_tan-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tan-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</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.simd_asin-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asin-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</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.simd_acos-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acos-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</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.simd_atan-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atan-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</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.simd_sinh-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</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.simd_cosh-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cosh-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</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.simd_tanh-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tanh-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</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.simd_asinh-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asinh-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</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.simd_acosh-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acosh-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</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)) < ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_atanh-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atanh-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</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><section id="associatedtype.SimdRealField-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]></h4></section><section id="method.simd_horizontal_sum-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_sum-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.simd_horizontal_product-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_product-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.from_simd_real-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.from_simd_real-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_real-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_real-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_imaginary-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_imaginary-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_argument-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_argument-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus_squared-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus_squared-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_norm1-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_norm1-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_recip-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_recip-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="method.simd_conjugate-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_conjugate-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="method.simd_scale-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_scale-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_unscale-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_unscale-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_floor-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_floor-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="method.simd_ceil-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ceil-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="method.simd_round-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_round-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="method.simd_trunc-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_trunc-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="method.simd_fract-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_fract-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="method.simd_mul_add-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_mul_add-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><section id="method.simd_abs-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_abs-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_exp2-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp2-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="method.simd_exp_m1-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp_m1-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="method.simd_ln_1p-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln_1p-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="method.simd_log2-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log2-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="method.simd_log10-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log10-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="method.simd_cbrt-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cbrt-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><section id="method.simd_powi-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powi-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.simd_hypot-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_hypot-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, b: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_sin_cos-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin_cos-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="method.simd_sinh_cosh-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh_cosh-3" class="anchor">§</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%2016%5D%3E%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf32%3B%2016%5D%3E%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a><<a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">16</a>]>></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_exp-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</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.simd_ln-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</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.simd_sqrt-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sqrt-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</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.simd_powf-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powf-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, exp: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</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.simd_log-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">16</a>]>) -> Self</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.simd_powc-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powc-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, exp: Self) -> Self</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.simd_sin-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</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.simd_cos-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cos-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</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.simd_tan-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tan-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</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.simd_asin-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asin-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</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.simd_acos-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acos-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</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.simd_atan-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atan-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</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.simd_sinh-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</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.simd_cosh-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cosh-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</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.simd_tanh-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tanh-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</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.simd_asinh-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asinh-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</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.simd_acosh-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acosh-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</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)) < ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_atanh-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atanh-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</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><section id="associatedtype.SimdRealField-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">16</a>]></h4></section><section id="method.simd_horizontal_sum-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_sum-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.simd_horizontal_product-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_product-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.from_simd_real-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.from_simd_real-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_real-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_real-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_imaginary-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_imaginary-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_argument-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_argument-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus_squared-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus_squared-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_norm1-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_norm1-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_recip-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_recip-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="method.simd_conjugate-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_conjugate-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="method.simd_scale-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_scale-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_unscale-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_unscale-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_floor-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_floor-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="method.simd_ceil-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ceil-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="method.simd_round-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_round-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="method.simd_trunc-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_trunc-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="method.simd_fract-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_fract-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="method.simd_mul_add-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_mul_add-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><section id="method.simd_abs-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_abs-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_exp2-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp2-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="method.simd_exp_m1-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp_m1-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="method.simd_ln_1p-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln_1p-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="method.simd_log2-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log2-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="method.simd_log10-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log10-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="method.simd_cbrt-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cbrt-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><section id="method.simd_powi-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powi-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.simd_hypot-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_hypot-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, b: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_sin_cos-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin_cos-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="method.simd_sinh_cosh-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh_cosh-4" class="anchor">§</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%202%5D%3E%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%202%5D%3E%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a><<a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]>></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_exp-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</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.simd_ln-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</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.simd_sqrt-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sqrt-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</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.simd_powf-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powf-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, exp: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</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.simd_log-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]>) -> Self</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.simd_powc-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powc-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, exp: Self) -> Self</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.simd_sin-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</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.simd_cos-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cos-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</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.simd_tan-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tan-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</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.simd_asin-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asin-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</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.simd_acos-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acos-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</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.simd_atan-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atan-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</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.simd_sinh-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</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.simd_cosh-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cosh-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</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.simd_tanh-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tanh-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</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.simd_asinh-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asinh-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</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.simd_acosh-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acosh-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</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)) < ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_atanh-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atanh-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</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><section id="associatedtype.SimdRealField-5" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]></h4></section><section id="method.simd_horizontal_sum-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_sum-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.simd_horizontal_product-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_product-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.from_simd_real-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.from_simd_real-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_real-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_real-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_imaginary-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_imaginary-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_argument-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_argument-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus_squared-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus_squared-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_norm1-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_norm1-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_recip-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_recip-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="method.simd_conjugate-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_conjugate-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="method.simd_scale-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_scale-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_unscale-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_unscale-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_floor-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_floor-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="method.simd_ceil-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ceil-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="method.simd_round-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_round-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="method.simd_trunc-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_trunc-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="method.simd_fract-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_fract-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="method.simd_mul_add-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_mul_add-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><section id="method.simd_abs-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_abs-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_exp2-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp2-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="method.simd_exp_m1-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp_m1-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="method.simd_ln_1p-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln_1p-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="method.simd_log2-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log2-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="method.simd_log10-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log10-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="method.simd_cbrt-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cbrt-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><section id="method.simd_powi-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powi-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.simd_hypot-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_hypot-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, b: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_sin_cos-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin_cos-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="method.simd_sinh_cosh-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh_cosh-5" class="anchor">§</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%204%5D%3E%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%204%5D%3E%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a><<a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]>></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_exp-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</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.simd_ln-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</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.simd_sqrt-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sqrt-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</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.simd_powf-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powf-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, exp: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</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.simd_log-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]>) -> Self</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.simd_powc-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powc-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, exp: Self) -> Self</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.simd_sin-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</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.simd_cos-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cos-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</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.simd_tan-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tan-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</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.simd_asin-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asin-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</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.simd_acos-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acos-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</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.simd_atan-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atan-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</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.simd_sinh-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</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.simd_cosh-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cosh-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</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.simd_tanh-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tanh-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</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.simd_asinh-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asinh-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</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.simd_acosh-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acosh-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</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)) < ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_atanh-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atanh-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</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><section id="associatedtype.SimdRealField-6" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]></h4></section><section id="method.simd_horizontal_sum-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_sum-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.simd_horizontal_product-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_product-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.from_simd_real-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.from_simd_real-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_real-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_real-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_imaginary-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_imaginary-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_argument-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_argument-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus_squared-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus_squared-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_norm1-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_norm1-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_recip-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_recip-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="method.simd_conjugate-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_conjugate-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="method.simd_scale-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_scale-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_unscale-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_unscale-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_floor-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_floor-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="method.simd_ceil-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ceil-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="method.simd_round-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_round-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="method.simd_trunc-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_trunc-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="method.simd_fract-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_fract-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="method.simd_mul_add-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_mul_add-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><section id="method.simd_abs-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_abs-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_exp2-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp2-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="method.simd_exp_m1-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp_m1-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="method.simd_ln_1p-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln_1p-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="method.simd_log2-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log2-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="method.simd_log10-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log10-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="method.simd_cbrt-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cbrt-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><section id="method.simd_powi-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powi-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.simd_hypot-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_hypot-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, b: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_sin_cos-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin_cos-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="method.simd_sinh_cosh-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh_cosh-6" class="anchor">§</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%208%5D%3E%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-Complex%3CAutoSimd%3C%5Bf64%3B%208%5D%3E%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="../../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a><<a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]>></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_exp-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp" class="fn">simd_exp</a>(self) -> Self</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.simd_ln-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln" class="fn">simd_ln</a>(self) -> Self</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.simd_sqrt-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sqrt-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sqrt" class="fn">simd_sqrt</a>(self) -> Self</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.simd_powf-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powf-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powf" class="fn">simd_powf</a>(self, exp: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</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.simd_log-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log" class="fn">simd_log</a>(self, base: <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]>) -> Self</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.simd_powc-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powc-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powc" class="fn">simd_powc</a>(self, exp: Self) -> Self</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.simd_sin-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin" class="fn">simd_sin</a>(self) -> Self</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.simd_cos-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cos-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cos" class="fn">simd_cos</a>(self) -> Self</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.simd_tan-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tan-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tan" class="fn">simd_tan</a>(self) -> Self</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.simd_asin-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asin-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asin" class="fn">simd_asin</a>(self) -> Self</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.simd_acos-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acos-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acos" class="fn">simd_acos</a>(self) -> Self</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.simd_atan-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atan-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atan" class="fn">simd_atan</a>(self) -> Self</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.simd_sinh-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sinh" class="fn">simd_sinh</a>(self) -> Self</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.simd_cosh-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cosh-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cosh" class="fn">simd_cosh</a>(self) -> Self</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.simd_tanh-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_tanh-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_tanh" class="fn">simd_tanh</a>(self) -> Self</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.simd_asinh-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_asinh-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_asinh" class="fn">simd_asinh</a>(self) -> Self</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.simd_acosh-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_acosh-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_acosh" class="fn">simd_acosh</a>(self) -> Self</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)) < ∞</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.simd_atanh-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_atanh-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_atanh" class="fn">simd_atanh</a>(self) -> Self</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><section id="associatedtype.SimdRealField-7" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]></h4></section><section id="method.simd_horizontal_sum-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_sum-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_sum" class="fn">simd_horizontal_sum</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.simd_horizontal_product-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_horizontal_product-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_horizontal_product" class="fn">simd_horizontal_product</a>(self) -> Self::<a class="associatedtype" href="trait.SimdValue.html#associatedtype.Element" title="type simba::simd::SimdValue::Element">Element</a></h4></section><section id="method.from_simd_real-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.from_simd_real-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_simd_real" class="fn">from_simd_real</a>(re: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_real-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_real-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_real" class="fn">simd_real</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_imaginary-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_imaginary-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_imaginary" class="fn">simd_imaginary</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_argument-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_argument-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_argument" class="fn">simd_argument</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus" class="fn">simd_modulus</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_modulus_squared-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_modulus_squared-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_modulus_squared" class="fn">simd_modulus_squared</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_norm1-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_norm1-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_norm1" class="fn">simd_norm1</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_recip-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_recip-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_recip" class="fn">simd_recip</a>(self) -> Self</h4></section><section id="method.simd_conjugate-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_conjugate-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_conjugate" class="fn">simd_conjugate</a>(self) -> Self</h4></section><section id="method.simd_scale-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_scale-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_scale" class="fn">simd_scale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_unscale-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_unscale-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_unscale" class="fn">simd_unscale</a>(self, factor: Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a>) -> Self</h4></section><section id="method.simd_floor-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_floor-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_floor" class="fn">simd_floor</a>(self) -> Self</h4></section><section id="method.simd_ceil-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ceil-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ceil" class="fn">simd_ceil</a>(self) -> Self</h4></section><section id="method.simd_round-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_round-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_round" class="fn">simd_round</a>(self) -> Self</h4></section><section id="method.simd_trunc-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_trunc-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_trunc" class="fn">simd_trunc</a>(self) -> Self</h4></section><section id="method.simd_fract-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_fract-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_fract" class="fn">simd_fract</a>(self) -> Self</h4></section><section id="method.simd_mul_add-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_mul_add-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_mul_add" class="fn">simd_mul_add</a>(self, a: Self, b: Self) -> Self</h4></section><section id="method.simd_abs-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_abs-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_abs" class="fn">simd_abs</a>(self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_exp2-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp2-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp2" class="fn">simd_exp2</a>(self) -> Self</h4></section><section id="method.simd_exp_m1-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_exp_m1-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_exp_m1" class="fn">simd_exp_m1</a>(self) -> Self</h4></section><section id="method.simd_ln_1p-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_ln_1p-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_ln_1p" class="fn">simd_ln_1p</a>(self) -> Self</h4></section><section id="method.simd_log2-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log2-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log2" class="fn">simd_log2</a>(self) -> Self</h4></section><section id="method.simd_log10-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_log10-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_log10" class="fn">simd_log10</a>(self) -> Self</h4></section><section id="method.simd_cbrt-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_cbrt-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_cbrt" class="fn">simd_cbrt</a>(self) -> Self</h4></section><section id="method.simd_powi-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_powi-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_powi" class="fn">simd_powi</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.i32.html">i32</a>) -> Self</h4></section><section id="method.simd_hypot-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_hypot-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_hypot" class="fn">simd_hypot</a>(self, b: Self) -> Self::<a class="associatedtype" href="trait.SimdComplexField.html#associatedtype.SimdRealField" title="type simba::simd::SimdComplexField::SimdRealField">SimdRealField</a></h4></section><section id="method.simd_sin_cos-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sin_cos-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.simd_sin_cos" class="fn">simd_sin_cos</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section><section id="method.simd_sinh_cosh-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#method.simd_sinh_cosh-7" class="anchor">§</a><h4 class="code-header">fn <a href="#method.simd_sinh_cosh" class="fn">simd_sinh_cosh</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.tuple.html">(Self, Self)</a></h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%202%5D%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%202%5D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]></h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-8" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%204%5D%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%204%5D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]></h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-9" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%208%5D%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%208%5D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]></h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-10" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%2016%5D%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-AutoSimd%3C%5Bf32%3B%2016%5D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">16</a>]></h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-11" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f32.html">f32</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">16</a>]></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-AutoSimd%3C%5Bf64%3B%202%5D%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-AutoSimd%3C%5Bf64%3B%202%5D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]></h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-12" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">2</a>]></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-AutoSimd%3C%5Bf64%3B%204%5D%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-AutoSimd%3C%5Bf64%3B%204%5D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]></h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-13" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">4</a>]></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-AutoSimd%3C%5Bf64%3B%208%5D%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/auto_simd_impl.rs.html#1471-1479">source</a><a href="#impl-SimdComplexField-for-AutoSimd%3C%5Bf64%3B%208%5D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]></h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-14" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <a class="struct" href="struct.AutoSimd.html" title="struct simba::simd::AutoSimd">AutoSimd</a><[<a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.67.1/core/primitive.array.html">8</a>]></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-SimdComplexField-for-T" class="impl has-srclink"><a class="srclink rightside" href="../../src/simba/simd/simd_complex.rs.html#43-273">source</a><a href="#impl-SimdComplexField-for-T" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="../scalar/trait.ComplexField.html" title="trait simba::scalar::ComplexField">ComplexField</a>> <a class="trait" href="trait.SimdComplexField.html" title="trait simba::simd::SimdComplexField">SimdComplexField</a> for T</h3></section></summary><div class="impl-items"><section id="associatedtype.SimdRealField-15" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.SimdRealField-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.SimdRealField" class="associatedtype">SimdRealField</a> = <T as <a class="trait" href="../scalar/trait.ComplexField.html" title="trait simba::scalar::ComplexField">ComplexField</a>>::<a class="associatedtype" href="../scalar/trait.ComplexField.html#associatedtype.RealField" title="type simba::scalar::ComplexField::RealField">RealField</a></h4></section></div></details></div><script src="../../implementors/simba/simd/simd_complex/trait.SimdComplexField.js" data-ignore-extern-crates="num_complex" async></script></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="simba" data-themes="" data-resource-suffix="" data-rustdoc-version="1.67.1 (d5a82bbd2 2023-02-07)" data-search-js="search-444266647c4dba98.js" data-settings-js="settings-bebeae96e00e4617.js" data-settings-css="settings-af96d9e2fc13e081.css" ></div></body></html>