public long getComputedValue(long value) throws Exception { return Numeral.CD.computedValue(value); }
public String getNumeralValue(long value) throws Exception { return Numeral.CD.value(value); }