As note, integration support could be achieved with external packages such as [this one](https://www.npmjs.com/package/integrate-adaptive-simpson), using the same interface. ``` f(x) = cos(1/x) * x > saved integrate(f, 0, 1, 0.01) ... ```