NewFromCartesian

Trait NewFromCartesian 

Source
pub trait NewFromCartesian<T>
where Self: MixedComplex,
{ // Required method fn new_from_cartesian(re: T, im: T) -> Self; }

Required Methods§

Source

fn new_from_cartesian(re: T, im: T) -> Self

Create a complex number from cartesian coordinates.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§