Expand description
easy-complex crate
Crate for easy to use complex numbers
Re-exports§
pub use self::angle::Angle;
Modules§
- angle
- Generates an
Angleenum - convert
- Conversion macros
- display
- Generates the display of the given struct
- methods
- Code generation macros
- ops
- Generates all the operations needed
Macros§
- convert
- This macro performs a conversion from any type that can cast
into a float (either
f32orf64) and transforms it into a EitherComplexorEComplex
Structs§
- Complex
Complexnumber represented in rectangular coordinates- EComplex
EComplexnumber represented in exponential form