symtegration-0.4.0: Library for symbolic integration of mathematical expressions.
CopyrightCopyright 2025 Yoo Chung
LicenseApache-2.0
Maintainerdev@chungyc.org
Safe HaskellNone
LanguageGHC2021

Symtegration.Integration

Description

 
Synopsis

Documentation

integrate :: Text -> Expression -> Maybe Expression Source #

Return the indefinite integral of a mathematical expression given its symbolic representation. It will return Nothing if it is unable to derive an integral. This will not apply any simplification.