ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: INTEGERAL

∫(expr, var, a, b) computes the definite integral of expr (the integrand, a string representing a real-valued expression) with the variable var, a string representing a valid identifier that may occur inside expr, between the values a and b of the independent variable var.

Examples: ∫("sin(x)", "x", 0, π) = 2
          ∫("exp(sin(x))", "x", 0, 5) = 7.18911925363