431 432 433 434 435
# File 'lib/angles.rb', line 431 def abs new_angle = self.clone new_angle.from_radians new_angle.angle.abs new_angle end