Square root function.

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

Syntax

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

Inheritance Hierarchy

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

See Also