symtegration-0.6.1: Library for symbolic integration of mathematical expressions.

symtegration-0.6.1: Library for symbolic integration of mathematical expressions.

Symtegration is a library providing symbolic integration of mathematical expressions.

For example,

>>> import Symtegration
>>> toHaskell <$> integrate "x" (4 * "x" ** 3 + 1)
Just "x + x ** 4"

See the Symtegration module for the main interface.

Modules

symtegration-0.6.1