Skip to main content

Complex

Type Alias Complex 

Source
pub type Complex = CBig;
Expand description

Convenience alias for CBig, mirroring the BigFloat = DBig convention used throughout the OxiNum crates.

Aliased Typeยง

pub struct Complex { /* private fields */ }