Calculus package for the Fōrmulæ programming language.
Fōrmulæ is also a software framework for visualization, edition and manipulation of complex expressions, from many fields. The code for a specific field —i.e. calculus— is encapsulated in a single unit called a Fōrmulæ package.
This repository contains the source code for the calculus package. It is intended for the visualization of integral calculus expressions.
The GitHub organization formulae-org encompasses the source code for the rest of packages, as well as the web application.
- Integral expressions (visualization only; reduction deferred)
- Indefinite integral ∫ f dx — integrand and variable of integration
- Definite integral ∫_a^b f dx — integrand, variable of integration, lower bound, upper bound