Skip to main content

ComplexMath

Trait ComplexMath 

Source
pub trait ComplexMath:
    ComplexCore
    + Abs<AbsElem = Self::FloatElem>
    + Exp
    + Log
    + Sin
    + Cos
    + Sqrt
    + Tanh
    + Powf { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ComplexMath for Complex<f32>

Source§

impl ComplexMath for Complex<f64>

Implementors§

Source§

impl<Marker: 'static> ComplexMath for DynamicScalar<Marker>