class FDB::Tuple::SingleFloat

def <=> (other)

def <=> (other)
  Tuple._compare_floats(self.value, other.value, false)
end