Type Alias Rcomplex
Source pub type Rcomplex = Struct_Unnamed9;
#[repr(C)]
pub struct Rcomplex {
pub r: f64,
pub i: f64,
}
The resulting type after applying the + operator.
Formats the value using the given formatter.
Read more
The resulting type after applying the / operator.
The resulting type after applying the - operator.
The resulting type after applying the ! operator.
Tests for self and other values to be equal, and is used by ==.
Tests for !=. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
The resulting type after applying the - operator.