Mega Code Archive
Categories
/
Ruby
/
Number
Convert string to float
'3.14'.to_f # => 3.14 '1.602e-19'.to_f # => 1.602e-19