b3by / atom-math

Atom package for evaluating simple mathematical expressions using Math.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Definite integration

b3by opened this issue · comments

As note, integration support could be achieved with external packages such as this one, using the same interface.

f(x) = cos(1/x) * x
> saved
integrate(f, 0, 1, 0.01)
...