area
Compute the area under a curve defined by a mathematical expression between specified start and end points, using numerical integration for accurate results.
Instructions
Calculate the area under a curve between two points
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end | Yes | ||
expression | Yes | ||
n | No | Number of subintervals (default: 1000) | |
start | Yes |