Skip to main content

ToCoefficient

Trait ToCoefficient 

Source
pub trait ToCoefficient {
    // Required method
    fn to_coefficient(self) -> Coefficient;
}

Required Methods§

Source

fn to_coefficient(self) -> Coefficient

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<T: FloatLike> ToCoefficient for Complex<F<T>>

Source§

fn to_coefficient(self) -> Coefficient

Implementors§