% This file is public domain. See the "Examples" chapter
% in the bib2gls user manual for a more detailed description
% of this file.

% Encoding: UTF-8

@symbol{plus,
  name={$+$},
  text={+},
  description={addition},
  identifier={binaryoperator}
}

@symbol{minus,
  name={$-$},
  text={-},
  description={subtraction},
  identifier={binaryoperator}
}

@symbol{times,
  name={$\times$},
  text={\times},
  description={multiplication},
  identifier={binaryoperator}
}

@symbol{div,
  name={$\div$},
  text={\div},
  description={division},
  identifier={binaryoperator}
}

