class RubyMath::Complex

Class Complex

With this class you can work with complex data structure (a+bi) with his operators and his to_something

Methods:

to_s
+
-
*
/
to_polar
to_rectangular
get_angle
module