MathExpressionName:
    | "+"
    | "-"
    | "*"
    | "/"
    | "%"
    | "^"
    | "abs"
    | "acos"
    | "asin"
    | "atan"
    | "ceil"
    | "cos"
    | "e"
    | "floor"
    | "ln"
    | "ln2"
    | "log10"
    | "log2"
    | "max"
    | "min"
    | "pi"
    | "round"
    | "sin"
    | "sqrt"
    | "tan"