class Pulo::AngularVelocity
overide the standard methods for conversion between AngularVelocity
and Frequency
as it is not 1 to 1
Public Instance Methods
frequency()
click to toggle source
# File lib/pulo/quantity/quantity_definitions/rotation.rb, line 13 def frequency Frequency.hertz(self.radian_per_second.value/(Math::PI*2)) end