Class: RubyMath::Polar

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

Overview

Class Polar

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

Methods:

to_s
+
-
*
/
to_binomial
to_rectangular
get_angle
module