class BSON::Decimal128::Builder::ToString

def use_scientific_notation?

def use_scientific_notation?
  exponent > 0 || scientific_exponent < -6
end