Converts an [r,theta] pair to a complex number r * e^(i theta).

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public class Polar : PostfixMathCommand
Visual Basic (Declaration)
Public Class Polar _
	Inherits PostfixMathCommand
Visual C++
public ref class Polar : public PostfixMathCommand

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.Functions..::.PostfixMathCommand
    SingularSys.Jep.Functions..::.Polar

See Also