Struct ccomplex::iprimitive::I [] [src]

pub struct I(pub f64);

Trait Implementations

impl Add<Z> for I
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<Z> for I
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<Z> for I
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Z> for I
[src]

The resulting type after applying the / operator

The method for the / operator

impl Add for I
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<f64> for I
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for I
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<f64> for I
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for I
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f64> for I
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div for I
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<f64> for I
[src]

The resulting type after applying the / operator

The method for the / operator

impl Display for I
[src]

Formats the value using the given formatter. Read more