After reading the readme I think you miss `Math.abs` 🤔 My use case ```js mexp.eval( "|$x| > $y" .replace("$x", x) .replace("$y", y) ) ```