namespace Calculator
{
internal class DecimalElement : CalculationElement
public override string ToString()
return ".";
}