zero static method

Implementation

static LexoInteger zero(LexoNumeralSystem sys) {
  return LexoInteger(sys, 0, LexoInteger.ZERO_MAG);
}