org.matheclipse.parser.client.eval
Class ComplexEvaluator
- java.lang.Object
-
- org.matheclipse.parser.client.eval.api.ObjectEvaluator<Complex,ComplexVariable,Complex>
-
- org.matheclipse.parser.client.eval.ComplexEvaluator
-
public class ComplexEvaluator extends ObjectEvaluator<Complex,ComplexVariable,Complex>
Evaluate math expressions toComplexnumbers.
-
-
Constructor Summary
Constructors Constructor and Description ComplexEvaluator()ComplexEvaluator(boolean relaxedSyntax)ComplexEvaluator(IASTVisitor<Complex,ComplexVariable,Complex> visitor, boolean relaxedSyntax)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringtoString(Complex c)Returns aStringrepresentation of the givenComplexnumber.-
Methods inherited from class org.matheclipse.parser.client.eval.api.ObjectEvaluator
clearVariables, defineVariable, defineVariable, evaluate, evaluate, evaluateNode, evaluateNode, getVariable, optimizeFunction
-
-
-
-
Constructor Detail
-
ComplexEvaluator
public ComplexEvaluator()
-
ComplexEvaluator
public ComplexEvaluator(boolean relaxedSyntax)
-
ComplexEvaluator
public ComplexEvaluator(IASTVisitor<Complex,ComplexVariable,Complex> visitor, boolean relaxedSyntax)
-
-
Method Detail
-
toString
public static java.lang.String toString(Complex c)
Returns aStringrepresentation of the givenComplexnumber.- Parameters:
c-- Returns:
-
-
DMelt 3.0 © DataMelt by jWork.ORG