Class: RubyMath::Complex

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_math.rb

Overview

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