8 9 10
# File 'lib/src-generic/TypeTools.rb', line 8 def self.isFloating(str) Float(str) rescue false end