Curve It constructs a curve. Syntax curve(Function, Range) curve(Function, Real, Real) curve(Expression, Identifier, Range) curve(List, Identifier, Range) curve(List, Range) Description curve(Function, Range) Given a function and a range , it constructs a curve described by , where . curve(Function, Real, Real) Given a function and two reals and , it constructs a curve described by , where . curve(Expression, Identifier, Range) Given an expression , an identifier and a range , it constructs a curve described by , where . curve(List, Identifier, Range) Given a list , an identifier and a range , it constructs a curve described by , where . curve(List, Range) Given a list and a range , it constructs a curve described by , where . Related functions Plane, Line Table of Contents Syntax Description Related functions