method

elements_to_f

v1_9_3_392 - Show latest stable - Class: Vector
elements_to_f()
public

No documentation available.

# File lib/matrix.rb, line 1817
  def elements_to_f
    warn "#{caller(1)[0]}: warning: Vector#elements_to_f is deprecated"
    map(&:to_f)
  end