A simplistic complex number data type implementation for .NET written in C#.
- Compute the modulus and argument
- Compute the power and roots
- Determine in which quadrant the complex number is
- Import a complex number with its polar coordinates
- Initialize a complex number with a real and imaginary parts
- Operators overloading (addition, subtraction, multiplication, division, comparison, implicit casting)
- Print the complex number using
ToString() - Solve quadratic equations with real/complex coefficients
Jämes Ménétrey ~ ZenLulz
See the file LICENSE for more information regarding your rights.