Why is this code not working?

@SimpleFunction(description = "X description")

public String X1X2(String X1, String X2) {

    String X3 = X2 * 2;

    return X1/X2;

  }

Use this code