Description Usage Arguments Value
Integrates numerically a function over a range using the trapezoid method
1 | integrateFunction(f, xmin, xmax, steps = 100, ...)
|
f |
Function of 1 variable (first argument) |
xmin |
Number indicating the min x value |
xmax |
Number indicating the max x value |
steps |
Integer indicating the number of steps to evaluate |
... |
Additional arguments for |
Number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.