method

elements_to_f

v1_9_2_180 - Show latest stable - Class: Matrix
elements_to_f()
public

No documentation available.

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