Polar curve
Constructs a curve with polar coordinates
Syntax
polar_curve(Function, Range)
polar_curve(Function, Real, Real)
polar_curve(Expression, Identifier, Range)
polar_curve(List, Identifier, Range)
polar_curve(List, Range)
Description
Constructs a polar curve of the function in the range given.
Constructs a polar curve of the function in the interval given by the two reals.
Constructs a polar curve of the expression in the variable specified by Identifier and in the range given.
Constructs a polar curve of the function given in the list, in the interval given by the range, with variable specified by Identifier.
Constructs a polar curve of the function given in the list, in the interval given by the range.