Region
Returns the region between a pair of curves.
Syntax
region(Curve)
region(Curve, Range)
region(Curve, Curve)
region(Curve, Curve, Range)
Description
Given a curve, returns the region between such a curve and the horizontal axis.
Given a curve and a range , returns the region between such a curve and the horizontal axis between and .
Given two curves, returns the region between these curves.
Given two curves and a range , returns the region between these curves between and .