How can I make \pi a constant in evaluatex? I get a weird error: ``` evaluatex("\\pi", { "\\pi": 3.14 }, {latex: true}); Uncaught TypeError: this.value.apply is not a function ```