- 
                            MathType
- 
                            Wiris Quizzes
- 
                            Learning Lemur
- 
                            CalcMe
- 
                            MathPlayer
- 
                            Store FAQ
- 
                            VPAT for the electronic documentation
- 
                            MathFlow
- 
                            BF FAQ
- 
                            Miscellaneous
- 
                            Wiris Integrations
Numerical integration
Reading time: 1minComputes numerically the primitive of a function.
Syntax
numerical_integration(Function, Real, Real)
Description
Given an univariated function f(x) and two reals a and b, computes numerically the primitive of f between a and b.

Options
| Option | Description | Format | Default value | 
|---|---|---|---|
| method | We can choose the method to use: Integrat,Trapezis,Simpson,Romberg,Gauss-Legendre,Gauss-Laguerre,Gauss-TxebixevandGauss-Hermite | {method="Simpson"} | {method="Integrat"} | 
| step | We can choose the integration step | {step=10} | For Gauss-Hermite,Gauss-Laguerre,Gauss-LegendreandGauss-Txebixev, the default value is 6; forIntegratandRombergis 10, while forSimpsonandTrapezisis 100. | 
| tolerance | We can choose the tolerance | {tolerance=10^{-8}} | {tolerance=10^{-5}} | 
