43 44 45 46
# File 'lib/fit/scientific_double.rb', line 43 def == obj sd = ScientificDouble.value_of obj.to_s self.<=>(sd) == 0 end