method

elements_to_f

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

No documentation available.

# File lib/matrix.rb, line 1336
  def elements_to_f
    collect{|e| e.to_f}
  end