Current behaviour: `console.log(ce.box(ce.parse('\\log_{3}(27)')).evaluate().compile()());` return 1.4313637641589874 which is value of `Math.log(27)`, Expected behaviour: should be compiled to `Math.log(27)/Math.log(3)`, and return 3